将Chrome浏览器更新为最新版本后无法连接到渲染器

时间:2017-10-19 15:24:36

标签: selenium-webdriver invalidoperationexception

将Chrome更新到最新版本后,我不断收到此InvalidOperationException。我在c#

中使用Selenium-Webdriver
System.InvalidOperationException: disconnected: unable to connect to renderer
  (Session info: chrome=62.0.3202.62)
  (Driver info: chromedriver=2.32.498550 (9dec58e66c31bcc53a9ce3c7226f0c1c5810906a),platform=Windows NT 6.1.7601 SP1 x86_64) (102)
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWindow.Maximize()

2 个答案:

答案 0 :(得分:7)

您正在使用chromediver 2.32并在发行说明中写道支持适用于Chrome v59-61

作为浏览器:

Chrome版本62.0.3202.62(官方版)(64位) 因此,从ChromeDriver,你应该使用2.33

答案 1 :(得分:2)

使用Selenium和VisGrid时遇到了同样的问题。您可以在此处下载最新的ChromeDriver:https://sites.google.com/a/chromium.org/chromedriver/downloads

对于VisGrid,我必须将该文件放在/ drivers / chrome

下的VisGrid文件夹中