Slide 21
Slide 21 text
Starting Hub
java -jar selenium-server-standalone-2.9.0.jar -role hub
Starting WebDriver Node
java -jar selenium-server-standalone-2.9.0.jar -role webdriver -
hub http://localhost:4444/grid/register -browser
browserName=chrome,version=15,platform=MAC -port 5556
Grid console
http://localhost:4444/grid/console
Launching Test Remotely (Java)
Selenium Grid 2
Monday, 3 June 13