Skip to content

Instantly share code, notes, and snippets.

@MichaelCurrin
Last active January 6, 2025 12:59
Show Gist options
  • Save MichaelCurrin/877a6ab95d6e8edcd1b1bcb60e71815f to your computer and use it in GitHub Desktop.
Save MichaelCurrin/877a6ab95d6e8edcd1b1bcb60e71815f to your computer and use it in GitHub Desktop.
Install Geckodriver

Geckodriver allows you to set up a web driver instance in a package like Selenium and control Firefox (and any other Gecko-based browsers).

See the Geckodriver documentation on the Mozilla website.

Manual

Downloaded a zip from Releases:

And move the executable to a bin directory in your PATH.

See this Gist for doing that via a script.

Package manager

macOS

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