官网:

  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/

全网最全Selenium相关资源汇总的更多相关文章

  1. GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、求职面试等)

    在GitHub上收集的最全的前端资源汇总(包括前端学习.前端开发资源.前端求职面试等) 个人结合github上各位大神分享的资源进行了简单的汇总整理,每一个条目下面都有丰富的资料,是前端学习.工作的好 ...

  2. 关于OpenStack的学习路线及相关资源汇总

    首先我们想学习openstack,那么openstack是什么?能干什么?涉及的初衷是什么?由什么来组成?刚接触openstack,说openstack不是一个软件,而是由多个组件进行组合,这是一个更 ...

  3. 史上最全TensorFlow学习资源汇总

    来源 | 悦动智能(公众号ID:aibbtcom) 本篇文章将为大家总结TensorFlow纯干货学习资源,非常适合新手学习,建议大家收藏. ▌一 .TensorFlow教程资源 1)适合初学者的Te ...

  4. Android开发/源代码资源汇总

    全网最全的Android游戏源代码汇总 mod=viewthread&tid=5080&fromuid=5" target="_blank">htt ...

  5. 全网最全ASP.NET MVC 教程汇总

    全网最全ASP.NET MVC 教程汇总 MVC架构已深得人心,微软也不甘落后,推出了Asp.net MVC.小编特意整理博客园乃至整个网络最具价值的MVC技术原创文章,为想要学习ASP.NET MV ...

  6. 自学MVC看这里——全网最全ASP.NET MVC 教程汇总(转)

    自学MVC看这里——全网最全ASP.NET MVC 教程汇总   MVC架构已深得人心,微软也不甘落后,推出了Asp.net MVC.小编特意整理博客园乃至整个网络最具价值的MVC技术原创文章,为想要 ...

  7. 自学MVC看这里——全网最全ASP.NET MVC 教程汇总【转】

    自学MVC看这里——全网最全ASP.NET MVC 教程汇总 http://www.cnblogs.com/powertoolsteam/archive/2015/08/13/4667892.html ...

  8. Android所有Demo资源汇总,太全了(申明:来源于网络)

    Android所有Demo资源汇总,太全了(申明:来源于网络) 地址:http://bbs.csdn.net/topics/391928947

  9. (zhuan) 深度学习全网最全学习资料汇总之模型介绍篇

    This blog from : http://weibo.com/ttarticle/p/show?id=2309351000224077630868614681&u=5070353058& ...

随机推荐

  1. BZOJ 3132: 上帝造题的七分钟 树状数组+差分

    这个思路很巧妙啊 ~ code: #include <cstdio> #include <algorithm> #define N 2050 #define ll int #d ...

  2. [RN] 可播放视频的播放器版本

    可播放视频的播放器版本 "react": "16.6.3", "react-native": "0.57.8", &qu ...

  3. windows下如何制作和应用数字签名证书 全流程

    目前我们在发布应用程序时,有时用户下载后会被360杀毒当做木马直接隔离.为应用程序可执行文件打上数字签名可以让360杀毒放宽检测规则.下文是讲述如何制作数字签名证书的过程. 需要准备的工具:makec ...

  4. 【cf补题记录】Codeforces Round #608 (Div. 2)

    比赛传送门 再次改下写博客的格式,以锻炼自己码字能力 A. Suits 题意:有四种材料,第一套西装需要 \(a\).\(d\) 各一件,卖 \(e\) 块:第二套西装需要 \(b\).\(c\).\ ...

  5. 第10组 Beta冲刺(3/4)

    队名:凹凸曼 组长博客 作业博客 组员实践情况 童景霖 过去两天完成了哪些任务 文字/口头描述 继续学习Android studio和Java 制作剩余界面前端 展示GitHub当日代码/文档签入记录 ...

  6. python 项目实战之Django 邮件发送

    发送邮件¶ 虽然 Python 借助 smtplib 模块简化了发送邮件的流程,但是 Django 在其基础上提供了更简化的支持.这些封装意在加快邮件发送,方便在开发时测试发送邮件,在不支持 SMTP ...

  7. 一道经典的Java面试题:equals ,== 和hashcode()的区别

    一句话区别:==比较的是内存地址,equals比较的是值内容 结论: 从以下三点展开: 基本数据类型.字符串.对象 对于基本数据类型:只有==,没有equals. 对于字符串:==比较的是内存地址,e ...

  8. 笔记:Map(就是用来Ctrl+C,V的)

    JDK1.8:List -> Map: 1,Map<String, String> maps = userList.stream().collect(Collectors.toMap ...

  9. [转帖]/var/log/wtmp文件的作用

    /var/log/wtmp文件的作用 https://blog.51cto.com/oldyunwei/1658778   /var/log/wtmp是一个二进制文件,记录每个用户的登录次数和持续时间 ...

  10. Prometheus 标签使用示例整合

    Prometheus 监控实例 一.Prometheus 根据标签聚合总CPU使用率 1.主机添加标签(可在多个主机内添加相同标签实现聚合):vim prometheus.conf static_co ...