Skip to content

Instantly share code, notes, and snippets.

@do9iigane
Last active December 19, 2015 13:40
Show Gist options
  • Save do9iigane/5963930 to your computer and use it in GitHub Desktop.
Save do9iigane/5963930 to your computer and use it in GitHub Desktop.
selenium-server start command
#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