Last active
October 31, 2015 13:57
-
-
Save wakumaku/7a64d4bd63528b67fc15 to your computer and use it in GitHub Desktop.
Use firefox in headless mode to run with selenium into a server
This file contains hidden or 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-get install firefox | |
sudo apt-get install xvfb |
This file contains hidden or 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
nohup Xvfb :99 -ac & | |
export DISPLAY=:99 | |
nohup java -jar selenium-server-standalone-2.44.0.jar & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment