Skip to content

Instantly share code, notes, and snippets.

@khebbie
Created July 21, 2011 09:03
Show Gist options
  • Save khebbie/1096819 to your computer and use it in GitHub Desktop.
Save khebbie/1096819 to your computer and use it in GitHub Desktop.
automatisering af klikspillet i sommer summarum
require 'watir-webdriver'
b = Watir::Browser.new(:chrome)
b.goto "http://77.66.32.235/oline/totalclicks_010711/test_todb.php"
b.button(:name, "send").wait_until_present
200000.times {
b.button(:name, "send").click}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment