Skip to content

Instantly share code, notes, and snippets.

@oleksiilevzhynskyi
Forked from mikesmullin/chromedriver.sh
Created June 25, 2014 07:47
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 oleksiilevzhynskyi/30736545dbf4e7a4cac5 to your computer and use it in GitHub Desktop.
Save oleksiilevzhynskyi/30736545dbf4e7a4cac5 to your computer and use it in GitHub Desktop.
sudo apt-get install unzip;
wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment