Skip to content

Instantly share code, notes, and snippets.

@thotmx
Created March 21, 2015 06:12
Show Gist options
  • Save thotmx/046b6fa582f0725dc783 to your computer and use it in GitHub Desktop.
Save thotmx/046b6fa582f0725dc783 to your computer and use it in GitHub Desktop.
Install chromedriver in Ubuntu (14.04)
$ sudo apt-get install chromium-chromedriver
$ sudo ln -s /usr/lib/chromium-browser/chromedriver /usr/bin/chromedriver
@douglasmartins7
Copy link

Thank you.

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