在python+selenium开发中,往往需要下载最新版或者指定版本的chrome driver
由于google chrome浏览器会自动更新,导致版本会自动更新为最新版,比如 版本 118.0.5993.89(正式版本) (64 位)
本文总结各版本下载方式:
1.普通版本,请在
2 最新版本,均为test版本,请在
https://googlechromelabs.github.io/chrome-for-testing/
或者,国内镜像下载地址【115版本之后的】CNPM Binaries Mirror
以上内容会自动更新为最新状态,再也不会找不到最新chrome driver了。
3 IE Driver 需单独下载
否则启动IE浏览器会报错:
selenium.common.exceptions.WebDriverException: Message: 'IEDriverServer.exe' executable needs to be in PATH. Please download from http://selenium-release.storage.googleapis.com/index.html and read up at https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver
需要注意的是,所下载的IEDriverServer要与selenium版本保持一致。
下载地址为:http://selenium-release.storage.googleapis.com/index.html
这里selenium 支持IE浏览器的最高版本是3.150,如下图:
【发文章不易,请多多关注、点赞、下载、支持!谢谢!】