这是我创建的课程。休息是由eclipse自动生成的。 现在,我想做的就是运行它。
`@BeforeTest
public void setUp() throws MalformedURLException
{
baseUrl = "www.google.com";
nodeURL = "http://192.168.3.12:5566/wd/hub";
System.setProperty("webdriver.ie.driver", "IEDriverServer.exe");
DesiredCapabilities capability = DesiredCapabilities.firefox();
capability.setBrowserName("Internet Explorer");
capability.setPlatform(Platform.WINDOWS);
driver = new RemoteWebDriver(new URL(nodeURL),capability );
}`
我得到的例外情况如下:
失败:simpleTest org.openqa.selenium.WebDriverException:无法导航到www.google.com。这通常意味着对COM方法IWebBrowser2 :: Navigate2()的调用失败。 (警告:服务器未提供任何堆栈跟踪信息) 命令持续时间或超时:16毫秒