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

相关推荐
废弃的小码农3 小时前
功能测试--Day02--Web项目测试
功能测试·测试工具
悟能不能悟5 小时前
怎么使用postman批量的给api做测试
测试工具·lua·postman
猿小路1 天前
抓包工具-Wireshark
网络·测试工具·wireshark
智航GIS1 天前
10.4 Selenium:Web 自动化测试框架
前端·python·selenium·测试工具
廖圣平1 天前
从零开始,福袋直播间脚本研究【三】《多进程执行selenium》
python·selenium·测试工具
合兴软件@1 天前
芯片适配快讯:合兴软件ISDT成功适配英飞凌TC3/TC4系列MCU
测试工具·车载系统·嵌入式实时数据库
Wpa.wk1 天前
性能测试-初识性能测试基础(性能测试流程,计划等)
java·运维·经验分享·测试工具·性能测试
我想吃烤肉肉1 天前
Playwright中page.locator和Selenium中find_element区别
爬虫·python·测试工具·自动化
0思必得01 天前
[Web自动化] Selenium基础介绍
前端·python·selenium·自动化·web自动化