Skip to content

Instantly share code, notes, and snippets.

@maxcodes
Last active May 5, 2017 22:05
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 maxcodes/93df333698220bc45c4c874d88bc843c to your computer and use it in GitHub Desktop.
Save maxcodes/93df333698220bc45c4c874d88bc843c to your computer and use it in GitHub Desktop.
Setup a Selenium server
wget https://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment