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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -