Selenium webdriver镀铬异常

时间:2016-02-08 11:14:16

标签: java selenium selenium-chromedriver selenium-grid remotewebdriver

我正在使用Selenium Java for Automation,我正在使用

String Node = "http://" + nodeIP + ":5557/wd/hub";
driver = new RemoteWebDriver(new URL(Node), cap);

获取新的客户端浏览器实例,但我得到如下所述的例外

org.openqa.selenium.UnsupportedCommandException chrome
org.openqa.selenium.UnsupportedCommandException: 

The requested URL could not be retrieved
SAP Cloud Services Infrastructure Management

我们是否有任何标志可以纠正这些? 我的意思是从Java程序我们可以设置并避免这种异常吗? 如果是这样,我们如何为Chrome或IE设置它们?

1 个答案:

答案 0 :(得分:0)

UnsupportedCommandException主要是由于主机文件问题。 您可能需要查看https://code.google.com/p/selenium/issues/detail?id=3280

可以找到最通用的解决方案here