Last active
December 19, 2015 13:40
-
-
Save do9iigane/5963930 to your computer and use it in GitHub Desktop.
selenium-server start command
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
#selenium-server hub start command | |
java -jar selenium-server-standalone-2.28.0.jar -role hub -Xms=1024m -Xmx=1024m | |
#selenium-server role start command | |
java -jar selenium-server-standalone-2.28.0.jar -role webdriver -hub http://localhost:4444/grid/register -Dwebdriver.chrome.driver=chromedriver.exe -Xms=1024m -Xmx=1024m | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment