Skip to content

Instantly share code, notes, and snippets.

@rastasheep
Last active July 4, 2018 18:20
Show Gist options
  • Save rastasheep/841da4b64f0415147060 to your computer and use it in GitHub Desktop.
Save rastasheep/841da4b64f0415147060 to your computer and use it in GitHub Desktop.
Update chromedriver to latest version
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
@salahdiab
Copy link

geen comment

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