Created
March 9, 2017 20:38
-
-
Save stajkowski/9b89eedb9e245f67a3f7923ca003b922 to your computer and use it in GitHub Desktop.
Selenium
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
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