I am working with Selenium Java for Automation and I am using
String Node = "http://" + nodeIP + ":5557/wd/hub";
driver = new RemoteWebDriver(new URL(Node), cap);
to get a new client browser instance but I get an exception as mentioned below
org.openqa.selenium.UnsupportedCommandException chrome
org.openqa.selenium.UnsupportedCommandException:
The requested URL could not be retrieved
SAP Cloud Services Infrastructure Management
Is there by any means do we have any flags which can't correct these ? I mean from Java program can we set and avoid this exception ? If so how do we set them for Chrome or IE ?