官网:

  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. PHP原生分页的编写

    <?php $link=mysql_connect("localhost","root","admin",'news')or die( ...

  2. 五一DAY1数论学习笔记

    by ruanxingzhi 整除性 如果a能把b除尽,也就是没有余数,则我们称a整除b,亦称b被a整除.(不是除以,是整除!!) 记作:\(a|b\) |这个竖杠就是整除符号 整除的性质 自反性 对 ...

  3. 一些精简的JavaScript代码集合

    日历 创建过去七天的数组,如果将代码中的减号换成加号,你将得到未来7天的数组集合 // 创建过去七天的数组 [...Array(7).keys()].map(days => new Date(D ...

  4. 作业:SSH

    作业:使用SSH通过网络远程控制电脑 在虚拟机中用apt命令安装了ssh,但多次连接都失败了,尝试了很多次.后来发现只要是虚拟机中的系统使用的ip都是一样的从而发现了问题.虚拟机的网络是被更改后的,后 ...

  5. 20165214 2018-2019-2 《网络对抗技术》Exp9 Web安全基础 Week13

    <网络对抗技术>Exp9 Web安全基础 Week13 一.实验目标与内容 1.实践内容 (1).本实践的目标理解常用网络攻击技术的基本原理,做不少于7个题目.包括(SQL,XSS,CSR ...

  6. centos 6.9 安装docker

    1.查看系统具体版本 yum install lsb -y lsb_release -a 2.安装yum源 yum -y install http://dl.fedoraproject.org/pub ...

  7. Centos 6.X查看和设置时间时区

    Centos 6.X系列操作系统的修改时区和时间的方法. 一.查看Centos的时区和时间 1.使用date命令查看Centos时区 [root@VM_centos ~]# date -R Mon, ...

  8. 别再说你不会 ElasticSearch 调优了,都给你整理好了

    来源:http://tinyurl.com/y4gnzbje 第一部分:调优索引速度 第二部分-调优搜索速度 第三部分:通用的一些建议 英文原文:https://www.elastic.co/guid ...

  9. 一文让你彻底理解准确率,精准率,召回率,真正率,假正率,ROC/AUC

    参考资料:https://zhuanlan.zhihu.com/p/46714763 ROC/AUC作为机器学习的评估指标非常重要,也是面试中经常出现的问题(80%都会问到).其实,理解它并不是非常难 ...

  10. [转帖]Hikari 数据源介绍

    Hikari 数据源介绍 jimmy・2018 年 09 月 23 日・默认分类 预估 https://izhong.me/index.php/archives/78/ 介绍 官网地址: https: ...