java - Selenium webdriver chrome exception -
i working selenium java automation , using
string node = "http://" + nodeip + ":5557/wd/hub"; driver = new remotewebdriver(new url(node), cap);
to new client browser instance exception mentioned below
org.openqa.selenium.unsupportedcommandexception chrome org.openqa.selenium.unsupportedcommandexception: requested url not retrieved sap cloud services infrastructure management
is there means have flags can't correct these ? mean java program can set , avoid exception ? if how set them chrome or ie ?
unsupportedcommandexception due host file issues. may have @ https://code.google.com/p/selenium/issues/detail?id=3280 .
most generic solution can found here.
Comments
Post a Comment