Last active
July 4, 2018 18:20
-
-
Save rastasheep/841da4b64f0415147060 to your computer and use it in GitHub Desktop.
Update chromedriver to latest version
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
wget http://chromedriver.storage.googleapis.com/2.11/chromedriver_linux64.zip | |
unzip chromedriver_linux64.zip | |
sudo cp chromedriver /usr/local/bin/ | |
sudo chown runner:runner /usr/local/bin/chromedriver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
geen comment