Skip to content

Instantly share code, notes, and snippets.

@MichaelCurrin
Last active January 8, 2021 14:55
Show Gist options
  • Save MichaelCurrin/b8f616b3182ea98ef88c3042b988402c to your computer and use it in GitHub Desktop.
Save MichaelCurrin/b8f616b3182ea98ef88c3042b988402c to your computer and use it in GitHub Desktop.
Install Firefox webdriver

Install Firefox webdriver

How to install Firefox's Geckdodriver so you can do webscraping with Selenium and Firefox.

macOS:

$ brew install geckodriver

Ubuntu/Debian:

$ sudo apt-get update 
$ sudo apt-get install firefox-geckodriver

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment