RSelenium:R 无法检测到新版本的 chromedriver



我试图在几个月后运行RSelenium。似乎我的chrome浏览器更新到88版本,而我的chromedriver保持在86版本。我继续下载chromedriver版本88,但R仍然返回以下错误:

Selenium message:session not created: This version of ChromeDriver only supports Chrome version 86
Current browser version is 88.0.4324.146 with binary path C:Program Files (x86)GoogleChromeApplicationchrome.exe

我已经尝试删除Chromedriver版本86,卸载RSelenium,卸载google chrome,我不知道出了什么问题。

当检查R中的chromedriver版本时,它给了我以下内容:

binman::list_versions("chromedriver")
$win32
[1] "85.0.4183.83" "85.0.4183.87" "86.0.4240.22"

所以我不知道为什么版本86的chromedriver仍然存在,如果我复制版本88。

我也有同样的问题。

I have done:

npx webdriver-manager update

形式:

安装chromedriver_88.0.4324.96.zip

,现在运行正常。

最新更新