Skip to content

Instantly share code, notes, and snippets.

@wolfedale

wolfedale/.rb Secret

Last active October 14, 2015 12:05
Show Gist options
  • Save wolfedale/f4711bf07f4832bc629b to your computer and use it in GitHub Desktop.
Save wolfedale/f4711bf07f4832bc629b to your computer and use it in GitHub Desktop.
test
def initialize(hostname, browser)
@hostname = hostname
@browser = browser
end
def setup
@driver = Selenium::WebDriver.for(
:remote,
url: 'http://localhost:4444/wd/hub',
desired_capabilities: :firefox)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment