Skip to content

Instantly share code, notes, and snippets.

@seanbreckenridge
Last active October 18, 2019 18:24
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 seanbreckenridge/709a824b8c56ea22dbf4e86a7804287d to your computer and use it in GitHub Desktop.
Save seanbreckenridge/709a824b8c56ea22dbf4e86a7804287d to your computer and use it in GitHub Desktop.
Chromedriver Installation

Binary downloads for all OS's here.


Mac with brew:

brew install chromedriver

Located at /usr/local/bin/chromedriver


Its common for linux distributions to have downloads in their repositories.

e.g.

Ubuntu: sudo apt-get install chromium-chromedriver

Arch: chromedriver (AUR)

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