Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created November 3, 2015 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hectorperez/7f70a624153bf7c9147c to your computer and use it in GitHub Desktop.
Save hectorperez/7f70a624153bf7c9147c to your computer and use it in GitHub Desktop.
click an alert box - capybara
For WebKit:
page.accept_confirm { click_button "Upgrade" }
For Selenium:
page.driver.browser.switch_to.alert.accept
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment