Here is a chart of the compatibility between chromedriver and chrome. This information can be found at the Chromedriver downloads page.
chromedriver chrome
2.46 71-73
2.45 70-72
2.44 69-71
2.43 69-71
2.42 68-70
2.41 67-69
2.40 66-68
2.39 66-68
2.38 65-67
2.37 64-66
2.36 63-65
2.35 62-64
2.34 61-63
2.33 60-62
---------------------
2.28 57+
2.25 54+
2.24 53+
2.22 51+
2.19 44+
2.15 42+
For example, we had a bug today where chromedriver 2.33 was trying to run this on Chrome 65:
((ChromeDriver) driver).findElement(By.id("firstName")).sendKeys("hello")
Due to the navigation changes in Chrome 63, updated in Chromedriver 2.34, we got back
unknown error: call function result missing 'value'
Updating to Chromedriver 2.37 fixed the issue.
2018年11月15日 ... 出错原因:. 下载的chromedriver与chrome版本不兼容,下图为谷歌驱动与谷歌 浏览器版本参照:.
For starters, all ChromeDriver versions are not compatible with all versions of Chrome. Sometimes I wake up, run my script, if it breaks, I update ...
2020年5月20日 ... Chromedriver的版本为2.29,Chrome的版本为60,而Chromedriver v2.29 无法和 Chrome v60一起配合使用(版本不兼容)。 进行查询后,得知 ...
2017年5月9日 ... mac中的chrome自动更新,导致和chromedriver老版本不兼容,需要在mac上升级 chromedriver.
These patches may or may not coincide with updates to Chrome. Here are the steps to select the version of ChromeDriver to download: First, find out which version ...
2021年1月8日 ... 当我们的chromedriver版本如果落后chrome主版本超过1,则chromedriver会提示 版本不兼容,大概显示信息如下:“selenium.common.exceptions.
2019年6月13日 ... 一、因google自动升级为75,chromedriver版本是73最直接最暴力解决办法,关闭 自动更新,卸载安装73版本.
2018年7月9日 ... 如果不兼容,下载合适的ChromeDriver,替换。 具体步骤:. 1. 查看Chrome版本 ,不说了,easy. 2. ChromeDriver版本:执行BAT程序,运行的 ...
Feb 1, 2021 ... ChromeDriver is not compatible with the installed Chrome Browser. Please update ChromeDriver to the appropriate version · Go to C:\Program ...
If you are using Chrome version 89, please download ChromeDriver 89.0. ... issue 3559: Output Chrome version when ChromeDriver reports incompatible ...
2018年7月25日 ... 版本不匹配的话一般会报错:An unknown server-side error occurred while processing the command. Original ... Chromedriver / Chrome兼容性.
2018年2月10日 ... 因为只有安装ChromeDriver,才能驱动Chrome浏览器完成相应的操作。 ... 如果 弹出后闪退,则可能是ChromeDriver版本和Chrome版本不兼容, ...
2019年2月18日 ... 2019 Selenium Chrome版本与chromedriver兼容版本对照表2018年06月05日13: 51:59 YOYO测试阅读数:51161 标签: chromedriver不 ...
我当时正在R中设置RSelenium以与Chrome交互;但是,我一直收到错误消息, 即使我已经指定了Chromedriver的版.
Nov 28, 2020 ... Update The Version Of Chrome Driver In My Framework To Become Compatible That Of The Google Chrome Browser I Currently Run.
As well, since new versions of Chromedriver may be available that were not when an Appium version was released, a custom ... to the minimum Chrome version they support can be ...
Dec 12, 2019 ... I would like to install Katalon compatible chrome version. ... The latest version of Katalon does not support the latest version of Chromedriver.
Aug 7, 2020 ... Chrome Selenium Driver has recently changed its strategy with ... is the latest Chrome driver (which is not compatible with the old version of the ...
Jan 22, 2021 ... ChromeDriver for Selenium. ... The NPM package version may not be always compatible to your Chrome version. To get the chromedriver that ...
Apr 29, 2019 ... When not supplying versions.chrome , it installs chromedriver version ... downloads an incompatible version of chromedriver on Apr 30, 2019.