C:\Selenium>java -jar selenium-server-standalone-2.25.0.jar -role node -hub http://HUB.HOME.Instance4444/wd/hub -browser browserName=iexplorer,version=9,platform=
WINDOWS
or
C:\Selenium>java -jar selenium-server-standalone-2.25.0.jar -role node -hub http://HUB.HOME.Instance:4444/wd/hub
This is a portion of the code where i specified details about environment:
private WebDriver driver;
private String baseUrl;
private StringBuffer verificationErrors = new StringBuffer();
public void setUp() throws Exception {
DesiredCapabilities capability = new DesiredCapabilities();
capability.setBrowserName("iexplorer");
driver = new RemoteWebDriver(new URL("http://16.NODE:5555/wd/hub"),capability);
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/8eylVwbw0KIJ.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/dSYCNif0irQJ.