Using Selenium, how can I get the contents of a JavaScript confirmation prompt?
Screenshot of the prompt: http://www.freeimagehosting.net/image.php?a296dd8a59.png
|
Using Selenium, how can I get the contents of a JavaScript confirmation prompt? Screenshot of the prompt: http://www.freeimagehosting.net/image.php?a296dd8a59.png |
|||||||
|
|
Your screenshot shows a JavaScript confirmation prompt. You can use the *Confirmation commands, such as:
By default Selenium will accept the confirmation, however to influence this use the With Selenium RC you'd use Selenium reference for above commands: |
|||||||
|
|
You need to check if the popup is alert,confirmation or prompt. All three has different functions. Check the source for the same and use the appropriate command in RC or IDE |
|||
|
|