官网:

  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/

最新文章

  1. SPSS数据分析—广义估计方程
  2. iOS开发--Swift 基于MVC设计模式的简单的tableViewDemo
  3. VirtualBox启动虚拟机报错0x80004005
  4. depthstencil buffer 不支持 msaa
  5. windows phone 自定义铃声
  6. [HDOJ2795]Billboard(线段树,单点更新)
  7. 微信小程序(原名微信应用号)开发工具0.9版安装教程
  8. foreach的原理
  9. 源代码jar包中中文注释乱码
  10. C# - ADO.Net 调用存储过程
  11. 改变QTreeView项高的方法(改变Delegate行高,或者::data取数据的时候,根据Qt::SizeHintRole进行判断)
  12. 删除sql server中重复的数据
  13. js滚动加载小插件
  14. CenOS 6.5下 mysql自动备份
  15. jquery中的事件与应用
  16. Beta 第七天
  17. Spring Cloud学习笔记-004
  18. 关于win10触控板两指点击无效的问题
  19. Jquery取小数后边2位,N位;jQuery去掉字符串首尾空字符串
  20. 简述nginx(1)

热门文章

  1. chrome-解决该扩展程序未列在 Chrome 网上应用店中
  2. 请简要描述margin重复问题,及解决方式
  3. VueCli3新特性
  4. The import junit cannot be resolved解决问题
  5. Unchecked runtime.lastError: The message port closed before a response was received.
  6. listings技巧
  7. 16 个超级实用的 Java 工具类
  8. Golang微服务实践
  9. cad.net 获取所有已经安装的cad版本信息
  10. winform 通用自动更新程序