selenium自动化测试各浏览器驱动下载地址

Posted ianduin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium自动化测试各浏览器驱动下载地址相关的知识,希望对你有一定的参考价值。

浏览器

下载地址

版本对应关系

chrome

http://chromedriver.storage.googleapis.com/index.html

http://chromedriver.storage.googleapis.com/2.45/notes.txt

Firefox

https://github.com/mozilla/geckodriver/releases

下载最新的即可

IE

http://selenium-release.storage.googleapis.com/index.html

下载最新的即可

Edge

https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/

开始-设置-系统-关于-OS版本 ,下载的驱动版本需要与操作系统版本一致

以上是关于selenium自动化测试各浏览器驱动下载地址的主要内容,如果未能解决你的问题,请参考以下文章

自动化测试selenium启动浏览器之不同浏览器驱动安装目录

Python 使用 selenium 进行自动化测试 或者协助日常工作

web自动化测试---selenium分布式测试

IE11,Chrome65.0.3325.146,Firefox58的webdriver驱动下载,并用selenium驱动来实现自动化测试

Python3+Selenium2完整的自动化测试框架实现:IE和Chrome浏览器驱动配置

selenium WebDriver的实现原理