Skip to content

Instantly share code, notes, and snippets.

@chebyte
Created December 19, 2012 22:32
Show Gist options
  • Save chebyte/4341147 to your computer and use it in GitHub Desktop.
Save chebyte/4341147 to your computer and use it in GitHub Desktop.
require 'deathbycaptcha'
require 'watir-webdriver'
@browser = Watir::Browser.new :firefox
@browser.goto "127.0.0.1:8080"
if @browser.alert.exists?
puts @browser.alert.ok
end
@browser.close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment