Skip to content

Instantly share code, notes, and snippets.

@theclanks
Created November 26, 2014 18:10
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 theclanks/17b92660534220dc485a to your computer and use it in GitHub Desktop.
Save theclanks/17b92660534220dc485a to your computer and use it in GitHub Desktop.
Selenium - Webdriver Custom Firefox
wget https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/25.0/linux-i686/en-US/
profile = webdriver.FirefoxProfile("/compat/linux/opt/firefox/firefox-bin")
self.driver = webdriver.Firefox(profile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment