在做自动化测试过程中,难免要用到浏览器驱动,目前新版本的路径有更新,可以从以下两个路径中找自己合适的版本。
老版本下载地址:https://chromedriver.storage.googleapis.com/index.html
新增本下载地址:https://googlechromelabs.github.io/chrome-for-testing/#stable
IE下载地址:
https://selenium-release.storage.googleapis.com/index.html
IE浏览器驱动分为32、64位,系统是64位的也要安32位的,要不然执行时会很慢
火狐下载地址:
https://github.com/mozilla/geckodriver/releases
最近又发现一个比较好用的自动化工具,playwright,安装和使用上都很方便,大家可以试一试