Created
July 21, 2015 17:21
-
-
Save rapsad/8786ace5c45c2e2fd491 to your computer and use it in GitHub Desktop.
This file contains 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
# Could not find Firefox binary (os=linux). Make sure Firefox is installed or set the path manually with Selenium::WebDriver::Firefox::Binary.path= (Selenium::WebDriver::Error::WebDriverError) | |
require 'selenium-webdriver' | |
Selenium::WebDriver::Firefox::Binary.path='/usr/bin/firefox-developer' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment