提问人:Tanata05 提问时间:8/18/2023 最后编辑:Boni GarcíaTanata05 更新时间:8/22/2023 访问量:1810
错误 io.github.bonigarcia.wdm.online.HttpClient - 执行 HTTP 404 时出错 https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116
ERROR io.github.bonigarcia.wdm.online.HttpClient - Error HTTP 404 executing https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116
问:
在 Chrome 从 v114 更新到 v116 后,我在尝试运行自动化测试时收到以下错误
错误 io.github.bonigarcia.wdm.online.HttpClient - 执行 https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116 时出错 HTTP 404
答:
0赞
Hoài Linh
8/21/2023
#1
将您的 Selenium 版本更新到最新版本 - 4.11.0。Selenium Manager with Selenium 4.11.0 中的新增功能中提到了该问题
评论