Skip to content

Instantly share code, notes, and snippets.

@karledurante
Created May 2, 2012 23:18
Show Gist options
  • Save karledurante/2581543 to your computer and use it in GitHub Desktop.
Save karledurante/2581543 to your computer and use it in GitHub Desktop.
webdriver path config
# If capybara cannot find your browser executable, you can give it a hint like so:
Selenium::WebDriver::Firefox.path='/Applications/Firefox.app/Contents/MacOS/firefox-bin'
Selenium::WebDriver::Chrome.path = "/opt/google/chrome/google-chrome"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment