全网最全Selenium自动化测试相关资源汇总

一、官网

selenium官网:
https://docs.seleniumhq.org

selenium github:https://github.com/SeleniumHQ/selenium

全网最全Selenium自动化测试相关资源汇总

二、文档

◆ API文档

Java:https://seleniumhq.github.io/selenium/docs/api/java/index.html

Python:https://seleniumhq.github.io/selenium/docs/api/py/

JavaScript:https://seleniumhq.github.io/selenium/docs/api/javascript/

Ruby:https://seleniumhq.github.io/selenium/docs/api/rb/

C#:https://seleniumhq.github.io/selenium/docs/api/dotnet/

◆ selenium学习文档

英文:
https://docs.seleniumhq.org/docs/

中文文档:
https://www.seleniumhq.org/docs/cn/index.jsp

易百教程:
https://www.yiibai.com/selenium

◆ W3C WebDriver协议标准:
https://w3c.github.io/webdriver/

全网最全Selenium自动化测试相关资源汇总

三、Selenium下载

官网下载页面:
https://docs.seleniumhq.org/download/

release版本下载:
https://selenium-release.storage.googleapis.com/index.html

国内镜像:
https://npm.taobao.org/mirrors/selenium

四、主流浏览器驱动下载

◆ IEDriverServer:https://selenium-release.storage.googleapis.com/index.html

◆ ChromeDriver

官网:
https://chromedriver.storage.googleapis.com/index.html

国内镜像:
http://npm.taobao.org/mirrors/chromedriver

Change log:https://sites.google.com/a/chromium.org/chromedriver/downloads

◆ OperaDriver

官网:
https://github.com/operasoftware/operachromiumdriver/releases

国内镜像:
http://npm.taobao.org/mirrors/operadriver

◆ geckodriver驱动

官方:
https://github.com/mozilla/geckodriver/releases/tag/v0.24.0

Change log:https://github.com/mozilla/geckodriver/blob/release/CHANGES.md

◆ Microsoft WebDriver(Edge浏览器)

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

◆ Safari

https://webkit.org/blog/6900/webdriver-support-in-safari-10/

全网最全Selenium自动化测试相关资源汇总

五、Selenium IDE

◆ selenium IDE文档

英文:
https://docs.seleniumhq.org/selenium-ide/

中文:
http://selenium.wangding.in/getting-started.html

◆ selenium IDE插件下载

火狐:
https://addons.mozilla.org/en-GB/firefox/addon/selenium-ide/

Chrome:https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd

六、Selenium Grid

◆ selenium Grid文档:
https://github.com/SeleniumHQ/selenium/wiki/Grid2

七、浏览器下载

◆ Chrome:http://www.chromedownloads.net/chrome64win/

◆ Firefox:http://ftp.mozilla.org/pub/firefox/releases/

如果你

①从事功能测试,想进阶自动化测试

②在测试界混了1、2年,依然不会敲代码

③面试大厂却屡屡碰壁

那下面的这些资料应该会对你有帮助

这份资料,对于【软件测试】的朋友来说应该是最全面最完整的备战资料,为了更好地整理每个模块,我也参考了很多网上的优质博文和项目,力求不漏掉每一个知识点,这些资料也陪伴了我的每一刻自学之路,希望也能帮助到你

关注公众号:程序员二黑,即可领取软件测试全套资料合集
 

猜你喜欢

转载自blog.csdn.net/m0_52668874/article/details/114896924
今日推荐