selenium相关地址汇总

webdriver下载

Chrome浏览器驱动下载地址:https://chromedriver.storage.googleapis.com/index.html

Edge浏览器驱动下载地址:https://developer.microsoft.com/zh-cn/microsoft-edge/tools/webdriver) 或 https://msedgewebdriverstorage.z22.web.core.windows.net

Mozilla浏览器驱动下载地址:https://github.com/mozilla/geckodriver/tags

Opera浏览器驱动下载地址:https://github.com/operasoftware/operachromiumdriver/tags

Safari浏览器驱动下载地址:https://webkit.org/blog/6900/webdriver-support-in-safari-10

selenium-server下载

win/linux/mac
https://selenium-release.storage.googleapis.com/index.html

下载与selenium库的版本对应的selenium Grid版本
查看 selenium 版本:进入cmd命令行终端输入 pip show selenium

selenium Grid 下载地址:https://www.selenium.dev/downloads/

你可能感兴趣的:(#,UI自动化测试,selenium,测试工具)