Open jucasansao opened 3 years ago
The SetAlertText should send text to the input box of a browser prompt (https://w3c.github.io/webdriver/#user-prompts), as the image below:
When this method is called, with text as argument, it returns the following errors:
Chrome: bad server reply status: 400 Bad Request Firefox: invalid argument: Body was not a JSON Object
bad server reply status: 400 Bad Request
invalid argument: Body was not a JSON Object
The SetAlertText should send text to the input box of a browser prompt (https://w3c.github.io/webdriver/#user-prompts), as the image below:
When this method is called, with text as argument, it returns the following errors:
Chrome:
bad server reply status: 400 Bad Request
Firefox:invalid argument: Body was not a JSON Object