Last active
March 20, 2017 14:11
-
-
Save belano/739ecad48111d0ccefd953e20eaedf80 to your computer and use it in GitHub Desktop.
selenium chromedriver install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LATEST=$(wget -q -O - http://chromedriver.storage.googleapis.com/LATEST_RELEASE) | |
wget http://chromedriver.storage.googleapis.com/$LATEST/chromedriver_linux64.zip | |
unzip chromedriver_linux64.zip -d /usr/local/bin && rm chromedriver_linux64.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment