Skip to content

Instantly share code, notes, and snippets.

@rixrix
Created February 3, 2014 00:57
Show Gist options
  • Save rixrix/8777426 to your computer and use it in GitHub Desktop.
Save rixrix/8777426 to your computer and use it in GitHub Desktop.
A horribly simple and working command line for launching Selenium + Firefox in Centos 6.4 . This command works for me as is
java -jar selenium-server-standalone-2.39.0.jar -htmlSuite "*firefox /usr/lib64/firefox/firefox-bin" "http://somedomain.com" "/path/to/TestSuite.html" "/path/to/test/results.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment