Skip to content

Instantly share code, notes, and snippets.

@gelias
Created July 16, 2012 01:37
Show Gist options
  • Save gelias/3119715 to your computer and use it in GitHub Desktop.
Save gelias/3119715 to your computer and use it in GitHub Desktop.
Sample ruby script using watir-webdriver
require 'watir-webdriver'
firefox_instance = Watir::Browser.new :firefox
firefox_instance.goto 'http://bit.ly/M1mjNB'
firefox_instance.close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment