Re: Deploying Selenium IDE exports (JUnit 4 [Webdriver]) to Selenium Grid for parallel tests
Posted by
Brandon on
URL: http://manual-and-automated-testing.232.s1.nabble.com/Deploying-Selenium-IDE-exports-JUnit-4-Webdriver-to-Selenium-Grid-for-parallel-tests-tp4932235p4945344.html
Yeah, I read that. I feel exceptionally dim for having to ask, but what do they mean by this? - "For the Selenium 1 RC nodes, you can continue to use the DefaultSelenium object and pass in the hub information:"
Like this?
java -jar selenium-server-standalone.2.21.0.jar role -hub Selenium selenium = new DefaultSelenium(“localhost”, 4444, “*firefox”, “
http://www.google.com”);