I had a look here: http://wiki.openqa.org/display/WTR/JavaScript+Pop+Ups
Every solution is for IE on Windows. I am using Firefox on Mac. Is there a way to click on OK of a JavaScript alert box?
|
I had a look here: http://wiki.openqa.org/display/WTR/JavaScript+Pop+Ups Every solution is for IE on Windows. I am using Firefox on Mac. Is there a way to click on OK of a JavaScript alert box? |
|||
|
|
|
Proper handling of alerts and prompts is still being worked on in WebDriver, but a common workaround is to overwrite the window functions using execute_script(), i.e.
Since I'd like to avoid a bunch of monkey patches floating around (a common problem in the Watir community), I've added some helper methods as an optional require - after the next release you should be able to do:
Note that this is temporary and the API may be removed in the future when the issue is resolved in WebDriver. UPDATE: Proper alert handling is now implemented. The above example would now be done like this:
|
|||||||||||
|
|
I know that the iMacros for Firefox addon can click these alert boxes. Maybe you can combine it with our setup? |
|||
|
|