admin 管理员组

文章数量: 887018

chromedriver更新时间: 2023-11-7

最近一段时间,大家发现之前的chromedriver已经不显示最新的版本了,小编经过一番周折最终还是整理最新版本的下载地址。

chromedriver的用途

在自动化测试、网页爬虫、网页截图、性能测试等领域被广泛使用。它允许开发人员使用编程语言来控制控制和管理Chrome浏览器,主要用来模拟操作,可以模拟用户在浏览器中执行的各种操作,例如打开网页、填写表单、点击按钮、滚动页面等。

chromedriver下载

chromedriver的版本一定要与当前使用的chrome浏览器的版本对应,之后进行下载。

第一步:检chrome浏览器的版本

最简单的办法就是打开chrome浏览器,直接输入地址即可:chrome://settings/help

第二步:下载chromedriver驱动

chrome浏览器版本在114之前

浏览器版本在114之前,可以进入以下网址【http://chromedriver.storage.googleapis/index.html】,直接下载相应的文件

chrome浏览器版本在115以上

以下版本皆为chromedriver版本

version : 121.0.6167.184
平台下载地址
linux64https://storage.googleapis/chrome-for-testing-public/121.0.6167.184/linux64/chromedriver-linux64.zip
mac-arm64https://storage.googleapis/chrome-for-testing-public/121.0.6167.184/mac-arm64/chromedriver-mac-arm64.zip
mac-x64https://storage.googleapis/chrome-for-testing-public/121.0.6167.184/mac-x64/chromedriver-mac-x64.zip
win32https://storage.googleapis/chrome-for-testing-public/121.0.6167.184/win32/chromedriver-win32.zip
win64https://storage.googleapis/chrome-for-testing-public/121.0.6167.184/win64/chromedriver-win64.zip

如果你的浏览器版本为其他版本,如118.0.5952.2,只需要把链接中的版本号替换成这个编号即可

本文标签: 最新版本 方法 chromedriver