全網最全Selenium相關資源彙總

官網:javascript

  Selenium官網:https://docs.seleniumhq.orghtml

  Selenium github: https://github.com/SeleniumHQ/seleniumjava

文檔:git

  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/github

  Selenium學習文檔:
    英文:https://docs.seleniumhq.org/docs/
    中文文檔:https://www.seleniumhq.org/docs/cn/index.jsp
    易百教程:https://www.yiibai.com/seleniumweb

  W3C WebDriver協議標準:
    https://w3c.github.io/webdriver/chrome

Selenium下載:npm

  官網下載頁面:https://docs.seleniumhq.org/download/
  release下載頁面:https://selenium-release.storage.googleapis.com/index.html
  國內鏡像:https://npm.taobao.org/mirrors/seleniumapi

驅動文件相關:
  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/

相關文章
相關標籤/搜索