Skip to content

Instantly share code, notes, and snippets.

@ddavison
Last active April 3, 2017 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddavison/37040686de6954cab0de752fcbbd3e71 to your computer and use it in GitHub Desktop.
Save ddavison/37040686de6954cab0de752fcbbd3e71 to your computer and use it in GitHub Desktop.
Selenium Grid Workshop from Command Line
java -jar selenium-server-standalone-3.0.1.jar -role hub
java -jar selenium-server-standalone-3.0.1.jar -role node -hub http://localhost:4444/grid/register -browser browserName=firefox,maxInstances=3 -browser browserName=chrome,maxInstances=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment