全网最全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/
全网最全Selenium相关资源汇总的更多相关文章
- GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、求职面试等)
在GitHub上收集的最全的前端资源汇总(包括前端学习.前端开发资源.前端求职面试等) 个人结合github上各位大神分享的资源进行了简单的汇总整理,每一个条目下面都有丰富的资料,是前端学习.工作的好 ...
- 关于OpenStack的学习路线及相关资源汇总
首先我们想学习openstack,那么openstack是什么?能干什么?涉及的初衷是什么?由什么来组成?刚接触openstack,说openstack不是一个软件,而是由多个组件进行组合,这是一个更 ...
- 史上最全TensorFlow学习资源汇总
来源 | 悦动智能(公众号ID:aibbtcom) 本篇文章将为大家总结TensorFlow纯干货学习资源,非常适合新手学习,建议大家收藏. ▌一 .TensorFlow教程资源 1)适合初学者的Te ...
- Android开发/源代码资源汇总
全网最全的Android游戏源代码汇总 mod=viewthread&tid=5080&fromuid=5" target="_blank">htt ...
- 全网最全ASP.NET MVC 教程汇总
全网最全ASP.NET MVC 教程汇总 MVC架构已深得人心,微软也不甘落后,推出了Asp.net MVC.小编特意整理博客园乃至整个网络最具价值的MVC技术原创文章,为想要学习ASP.NET MV ...
- 自学MVC看这里——全网最全ASP.NET MVC 教程汇总(转)
自学MVC看这里——全网最全ASP.NET MVC 教程汇总 MVC架构已深得人心,微软也不甘落后,推出了Asp.net MVC.小编特意整理博客园乃至整个网络最具价值的MVC技术原创文章,为想要 ...
- 自学MVC看这里——全网最全ASP.NET MVC 教程汇总【转】
自学MVC看这里——全网最全ASP.NET MVC 教程汇总 http://www.cnblogs.com/powertoolsteam/archive/2015/08/13/4667892.html ...
- Android所有Demo资源汇总,太全了(申明:来源于网络)
Android所有Demo资源汇总,太全了(申明:来源于网络) 地址:http://bbs.csdn.net/topics/391928947
- (zhuan) 深度学习全网最全学习资料汇总之模型介绍篇
This blog from : http://weibo.com/ttarticle/p/show?id=2309351000224077630868614681&u=5070353058& ...
随机推荐
- python相对导包问题
导包分为:绝对路径.相对路径 在测试时发现不能够使用相对路径 查过之后才知道: 运行模块(如:main.py)中导包只能使用绝对路径,不能使用相对路径 官方文档: Note that relative ...
- ABP 从core降到级.net framework
后台: Application层得先写接口 再写实现,不然 abp.services.app 这个里面就没有该service.并且service保留的接口,就是interface里面定义的接口. 文件 ...
- Android 开发基础入门篇: Android Studio 导入工程
最简单的方式 等待加载完就好了
- localStorage二次封装-----设置过期时间
export default{ set(key,data,time){ let obj={ data=data, ctime:(new Date()).getTime(),//时间戳,同Date.no ...
- 【AGC009C】Division into Two
[AGC009C]Division into Two 题面 洛谷 题解 首先有一个比较显然的\(n^2\)算法: 设\(f_{i,j}\)表示\(A\)序列当前在第\(i\)个,\(B\)序列当前在第 ...
- 【BigData】Java基础_Eclipse配置自动补全new
需求描述 在使用Eclipse的时候,每次new一个对象,写起来比较麻烦,以下是配置Eclipse,然后使用快捷键补全new方法的步骤,此配置使用官方属于叫做:配置自动分配局部变量 配置步骤 打开Wi ...
- [技术博客]使用wx.downloadfile将图片下载到本地临时存储
目录 目标 代码展示 重点讲解 目标 在上一篇技术博客中,我们生成的海报中包含图片,这些图片是存储到服务器上的,而canvas的drawimage函数只能读取本地文件,因此我们在drawCanvas之 ...
- Leetcode 1254. 统计封闭岛屿的数目
题目: 有一个二维矩阵 grid ,每个位置要么是陆地(记号为 0 )要么是水域(记号为 1 ). 我们从一块陆地出发,每次可以往上下左右 4 个方向相邻区域走,能走到的所有陆地区域,我们将其称为一座 ...
- jquery设置bootstrap-table的当前选中页码的获取与设置
一.获取当前table分页的页码 有两种方式可以获得当前选中的页码: 1.通过table的onPageChange方法 $('#agentTable').bootstrapTable({ data: ...
- [原创] C#编程规范工具介绍
1.目标 代码编写规范.整齐.整洁.可读. 无错误 无警告 2.排版 安装PowerCommands扩展 “工具”-“扩展管理库”,搜索安装. 设置选中Format document on save和 ...