0


chrome-selenium驱动下载

2.0-2.9和70-114版本的驱动下载地址

https://chromedriver.storage.googleapis.com/index.html
https://sites.google.com/chromium.org/driver/downloads

114以后的浏览器及驱动下载地址

https://googlechromelabs.github.io/chrome-for-testing/#stable

114以后版本直接下载链接

version='131.0.6778.24'#浏览器版本号
systems=['linux64','mac-arm64','mac-x64','win32','win64']#可选系统
system='win64'#我的系统

chrome =#浏览器下载地址f'''
https://storage.googleapis.com/chrome-for-testing-public/{version}/{system}/chrome-{system}.zip
'''

chromeDriver =#驱动下载地址f'''
https://storage.googleapis.com/chrome-for-testing-public/{version}/{system}/chromedriver-{system}.zip
'''
标签: chrome selenium 前端

本文转载自: https://blog.csdn.net/weixin_46245844/article/details/143424186
版权归原作者 Cojozor 所有, 如有侵权,请联系我们删除。

“chrome-selenium驱动下载”的评论:

还没有评论