Open
Description
In the WebDriver spec the endpoint for /session/{session id}/alert/text
references different elements for the GET and POST request. While GET returns the value of the alert message, POST sets the text field of an alert.
https://w3c.github.io/webdriver/webdriver-spec.html#get-alert-text
https://w3c.github.io/webdriver/webdriver-spec.html#send-alert-text