全网最全Selenium相关资源汇总

官网:

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

  Selenium github: https://github.com/SeleniumHQ/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下载:

  官网下载页面: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 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文档:
  https://github.com/SeleniumHQ/selenium/wiki/Grid2

浏览器下载相关:
  Chrome:
    http://www.chromedownloads.net/chrome64win/
  Firefox:
    http://ftp.mozilla.org/pub/firefox/releases/

原文地址:https://www.cnblogs.com/happy521/p/11112954.html