Skip to content

Instantly share code, notes, and snippets.

@belano
Last active March 20, 2017 14:11
Show Gist options
  • Save belano/739ecad48111d0ccefd953e20eaedf80 to your computer and use it in GitHub Desktop.
Save belano/739ecad48111d0ccefd953e20eaedf80 to your computer and use it in GitHub Desktop.
selenium chromedriver install
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