Skip to content

Instantly share code, notes, and snippets.

@rapsad
Created July 21, 2015 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rapsad/8786ace5c45c2e2fd491 to your computer and use it in GitHub Desktop.
Save rapsad/8786ace5c45c2e2fd491 to your computer and use it in GitHub Desktop.
# 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