Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Created June 6, 2015 08:16
Show Gist options
  • Save karlosmid/26908efcd6ce3950f576 to your computer and use it in GitHub Desktop.
Save karlosmid/26908efcd6ce3950f576 to your computer and use it in GitHub Desktop.
Call Remote web driver in ruby
browser = Watir::Browser.new(
:remote,
:url => "http://#{saucelabs_username}:#{saucelabs_key}@localhost:4445/wd/hub",
:desired_capabilities => caps)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment