DesiredCapabilities capability = DesiredCapabilities.firefox();
capability.setVersion("4");
// DesiredCapabilities capability = DesiredCapabilities.internetExplorer();
String webSite="https://tstweb06c.sunmaker.com";
WebDriver driver = new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), capability);
driver.get(webSite);
--
You received this message because you are subscribed to the Google Groups "Selenium Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-developers/-/FNuCFABMfusJ.
To post to this group, send email to selenium-...@googlegroups.com.
To unsubscribe from this group, send email to selenium-develo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-developers?hl=en.
If your grid_configuration.yml file is on the classpath, the Grid 2
hub will load your Grid 1 configuration file. Your Grid 1 nodes can
register themselves with the Grid 2 hub and your tests will work
without any code modifications.
So, there's very little reason to keep both hubs around. The new hub
offers quite a bit more functionality and is quite stable now. The
backwards-compatibility means you can migrate your nodes to Selenium 2
at your leisure.
--
Kevin
--
You received this message because you are subscribed to the Google Groups "Selenium Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-developers/-/KsR5aunif20J.
--
You received this message because you are subscribed to the Google Groups "Selenium Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-developers/-/nUsYK_f5-YMJ.
--
Kevin
> --
> You received this message because you are subscribed to the Google Groups
> "Selenium Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/selenium-developers/-/nUsYK_f5-YMJ.