Skip to content

Instantly share code, notes, and snippets.

@hvenables
hvenables / install_chrome_driver
Created November 13, 2017 14:51 — forked from thotmx/install_chrome_driver
Install chromedriver in Ubuntu (14.04)
$ sudo apt-get install chromium-chromedriver
$ sudo ln -s /usr/lib/chromium-browser/chromedriver /usr/bin/chromedriver