无法使用webdriver启动chrome浏览器,使用chrome v52.0和chrome驱动程序v2.22

时间:2016-08-06 05:39:46

标签: java google-chrome selenium

 System.setProperty("webdriver.chrome.driver","//usr/bin/google-chrome");
WebDriver driver = new ChromeDriver();
driver.get("www.flipkart.com");

错误日志

  

2016年8月6日上午11:04:17 org.openqa.selenium.os.UnixProcess destroy        信息:命令无法完全关闭。强行摧毁(v2)。 [/ opt / google / chrome / google-chrome, - port = 17607] [{}]

1 个答案:

答案 0 :(得分:0)

如果没有看到更多的堆栈跟踪并了解有关系统设置的更多信息,很难说清楚。不过,首先要确保你拥有最新的Selenium(截至8/6/16的2.53.1版本......不包括v3的beta版)和最新的Chrome WebDriver(v.2.23 as 16/6/16)。我不确定您的Selenium版本,但您所声明的镀铬驱动程序可以更新。最好尽可能地保持硒和网络驱动程序的最新状态。

Chrome网络驱动下载链接: https://sites.google.com/a/chromium.org/chromedriver/downloads