Skip to content

Instantly share code, notes, and snippets.

@jarib
Created March 30, 2011 06:27
Show Gist options
  • Save jarib/893951 to your computer and use it in GitHub Desktop.
Save jarib/893951 to your computer and use it in GitHub Desktop.
require 'watir-webdriver'
browser = Watir::Browser.start "http://ssqoct.stg.hyro.net.au/gi/login.html"
browser.checkbox(:id => /:rememberMe/).set
browser.quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment