Last active
February 12, 2018 14:07
-
-
Save wbotelhos/3905937 to your computer and use it in GitHub Desktop.
Configuring Firefox Binary.path for Cucumber (Ubuntu)
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
# 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/firefox-bin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't any env.rb file. Instead there is environment.rb file. BUt placing the above code there doesn't corrects my error.