Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stajkowski/9b89eedb9e245f67a3f7923ca003b922 to your computer and use it in GitHub Desktop.
Save stajkowski/9b89eedb9e245f67a3f7923ca003b922 to your computer and use it in GitHub Desktop.
Selenium
sudo apt-add-repository ppa:mozillateam/firefox-next
sudo apt-get update
sudo apt-get install firefox xvfb
sudo apt-get install firefox=45.0.2+build1-0ubuntu1
pip install selenium==2.53.6
Xvfb :10 -ac &
export DISPLAY=:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment