Skip to content

Instantly share code, notes, and snippets.

@Khanashima
Last active February 14, 2016 13:52
Show Gist options
  • Save Khanashima/1e0efe208b24b05ccbf5 to your computer and use it in GitHub Desktop.
Save Khanashima/1e0efe208b24b05ccbf5 to your computer and use it in GitHub Desktop.
Selenium Serverが立ち上がらないときはportが被っているかも!? ref: http://qiita.com/kiimiiis/items/2c26cf47a923e09c93a0
java -jar selenium-server-standalone-2.52.0.jar -role hub
java -jar selenium-server-standalone-2.52.0.jar -role hub --port 4445
java -jar selenium-server-standalone-2.52.0.jar -role node -hub http://localhost:4445/grid/register
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment