Python自动化测试之Selenium各浏览器驱动下载网址

在自动化测试领域,Selenium无疑是一个不可或缺的工具。它允许开发者编写脚本来模拟用户在浏览器中的操作,从而进行自动化测试。然而,为了使用Selenium控制不同的浏览器,我们需要安装相应的浏览器驱动(WebDriver)。

(1)Chrome浏览器驱动(chromedriver ):

Chrome for Testing availability (googlechromelabs.github.io)https://googlechromelabs.github.io/chrome-for-testing/http://chromedriver.storage.googleapis.com/index.htmlhttp://chromedriver.storage.googleapis.com/index.html

(2)Firefox浏览器驱动(geckodriver):Releases · mozilla/geckodriver · GitHub

(3)Edge浏览器驱动(MicrosoftWebDriver):Releases · mozilla/geckodriver · GitHub

(4)IE浏览器驱动(IEDriverServer):

(5)Opera浏览器驱动(operadriver):Releases · operasoftware/operachromiumdriver · GitHubOperaDriver for Chromium-based Opera releases. Contribute to operasoftware/operachromiumdriver development by creating an account on GitHub.https://github.com/operasoftware/operachromiumdriver/releases

(6)PhantomJS浏览器驱动(phantomjs):Releases · operasoftware/operachromiumdriver · GitHubOperaDriver for Chromium-based Opera releases. Contribute to operasoftware/operachromiumdriver development by creating an account on GitHub.https://github.com/operasoftware/operachromiumdriver/releases

相关推荐
Java潘老师8 小时前
分享一款WebSocket在线测试工具,使用简单方便
websocket·测试工具·在线工具
2025年一定要上岸12 小时前
2025/1/22 [抓包] Fiddler
测试工具
likesyour16 小时前
Postman 测试 部署在服务器上的接口404问题解决
测试工具·postman
铭毅天下19 小时前
Elasticsearch 性能测试工具 Loadgen 之 001——部署及应用详解
大数据·测试工具·elasticsearch·搜索引擎·全文检索
测试19981 天前
Pytest+Allure+Excel接口自动化测试框架实战
自动化测试·软件测试·python·测试工具·职场和发展·excel·pytest
_清豆°1 天前
Selenium配合Cookies实现网页免登录
selenium·测试工具·网络爬虫·cookies
铭毅天下1 天前
Elasticsearch 性能测试工具全解析
大数据·测试工具·elasticsearch·搜索引擎·jenkins
xixingzhe22 天前
selenium定位网页元素
selenium·测试工具
Algorithm-0072 天前
【Postman接口测试】Postman的常见断言
测试工具·postman
没反应说说说2 天前
解决使用Selenium时ChromeDriver版本不匹配问题
selenium·测试工具