Created
June 6, 2015 08:16
-
-
Save karlosmid/26908efcd6ce3950f576 to your computer and use it in GitHub Desktop.
Call Remote web driver in ruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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