本文介绍了我的Chrome版本为84.0.4147.105,但可用的ChromeDriver版本为84.0.4147.30,导致使用Selenium启动chrome时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的chrome版本是84.0.4147.105,但可用的chrome版本是84.0.4147.30,它导致通过硒启动chrome时出错,除了降级chrome版本外,我该怎么办.
解决方案
最新稳定的是 ChromeDriver 84.0.4147.30 .
此版本的 ChromeDriver 已针对 google-chrome 版本84.xyz .
结论
无论 Google Chrome 的次要版本之间有什么区别,所有 chrome = 84.xyz
版本都可以使用 ChromeDriver 84.0.4147.30
正常运行em>.
My chrome version is Version 84.0.4147.105 but available chrome version is Version 84.0.4147.30 its causing an error to launch chrome through selenium what should i do apart from downgrading the chrome version .
解决方案
The latest stable ChromeDriver is ChromeDriver 84.0.4147.30.
This version of ChromeDriver is well tested for all the minor versions of google-chrome Version 84.x.y.z.
Conclusion
Irespective of the difference within the minor versions of Google Chrome, all the chrome=84.x.y.z
versions should work flawless using ChromeDriver 84.0.4147.30.
这篇关于我的Chrome版本为84.0.4147.105,但可用的ChromeDriver版本为84.0.4147.30,导致使用Selenium启动chrome时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!