Skip to content

Instantly share code, notes, and snippets.

@reu
Created December 15, 2011 16:07
Show Gist options
  • Save reu/1481649 to your computer and use it in GitHub Desktop.
Save reu/1481649 to your computer and use it in GitHub Desktop.
Selenium alert box
page.driver.browser.switch_to.alert.accept
page.driver.browser.switch_to.alert.dismiss
page.driver.browser.switch_to.alert.text
http://code.google.com/p/selenium/wiki/RubyBindings#JavaScript_dialogs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment