Skip to content

Instantly share code, notes, and snippets.

@hone
Created September 17, 2009 16:24
Show Gist options
  • Save hone/188559 to your computer and use it in GitHub Desktop.
Save hone/188559 to your computer and use it in GitHub Desktop.
require 'selenium'
# start selenium server
selenium_server = Selenium::RemoteControl::RemoteControl.new("0.0.0.0", 4444, {:timeout => 5000})
selenium_server.start
selenium = Selenium::SeleniumDriver.new("0.0.0.0", 4444, "*firefox3", "http://localhost")
selenium.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment