DesiredCapabilities capability = DesiredCapabilities.Chrome();
IWebDriver wd = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), capability);
wd.Navigate().GoToUrl("http://localhost/");
但我总是出错
找不到:{platform=WINDOWS, javascriptEnabled=true, browserName=chrome, version=}
与 IE 相同。只有FF有效。我在谷歌和论坛中搜索,但没有一个解决方案有效。
http://code.google.com/p/selenium/wiki/GettingStarted
http://code.google.com/p/selenium/wiki/ChromeDriver
我正在使用 Windows 7 64 位。