【Appium自学】Appium [安装包] Appium 官方文档(转发)
转发地址:https://blog.csdn.net/panyu881024/article/details/80149190
Appium国内下载地址 : http://pan.baidu.com/s/1jGvAISu
最新更新的是: AppiumDesktop_1.2.7
TesterHome官方百度网盘: http://pan.baidu.com/s/1jGvAISu
Appium各版本更新日志: https://github.com/appium/appium/releases/ 以及 https://discuss.appium.io/
Appium-Desktop官方下载地址:https://github.com/appium/appium-desktop/releases/ (官方持续更新中)
Appium官方下载地址: https://bitbucket.org/appium/appium.app/downloads/ (最后一次更新是在2016-06-08,推荐用最新版的AppiumDesktop)
Appium官方文档(中文版)
- 旧版地址 https://github.com/appium/appium/tree/master/docs/old/cn (感谢seveniruby、monkey、lihuazhang、FredZero、pinghailinfeng、niweyzhuce等人不辞辛苦的翻译)
- 新版地址 https://github.com/appium/appium/tree/master/docs/cn (感谢doctorq、chenhengjie123、anikikun、xuxu、tspring、shixue33等人不辞辛苦的翻译)
Appium各个语言下用到的库的地址
- Ruby http://rubygems.org/gems/appium_lib
- Python https://pypi.python.org/pypi/Appium-Python-Client
- Java https://search.maven.org/#search%7Cga%7C1%7Cg%3Aio.appium%20a%3Ajava-client
- JavaScript https://www.npmjs.org/package/wd
- PHP https://github.com/appium/php-client
- C# http://www.nuget.org/packages/Appium.WebDriver/
- RobotFramework https://github.com/jollychang/robotframework-appiumlibrary
Appium各个语言下用到的库的相关介绍
- Ruby https://github.com/appium/ruby_lib
- Python https://github.com/appium/python-client
- Java https://github.com/appium/java-client
- JavaScript (Node.js) https://github.com/admc/wd
- PHP https://github.com/appium/php-client
- C# (.NET) https://github.com/appium/appium-dotnet-driver
- RobotFramework https://github.com/jollychang/robotframework-appiumlibrary
需要源码的请到github自取~如有其他需求,亦可在本帖回复。
https://github.com/appium/appium
期待大家多多关注TesterHome,多多发言,多多互帮互助。
也期待大家多多关注这个网盘地址,日后会有更多的资料放到里面。
【Appium自学】Appium [安装包] Appium 官方文档(转发)的更多相关文章
- kafka安装配置及操作(官方文档)http://kafka.apache.org/documentation/(有单节点多代理配置)
https://www.cnblogs.com/biehongli/p/7767710.html w3school https://www.w3cschool.cn/apache_kafka/apac ...
- gRPC官方文档(概览)
文章来自gRPC 官方文档中文版 概览 开始 欢迎进入 gRPC 的开发文档,gRPC 一开始由 google 开发,是一款语言中立.平台中立.开源的远程过程调用(RPC)系统. 本文档通过快速概述和 ...
- centos7安装oracle11g(根据oracle官方文档安装,解决图形界面安装问题)
一.系统及安装包 操作系统:centos 7.4 oracle版本:oracle 11g r2 二.centos环境配置 安装数据库所需要的软件包 [root@localhost data]# yum ...
- MySQL8.0.28安装教程全程参考MySQL官方文档
前言 为了MySQL8.0.28安装教程我竟然在MySQL官方文档逛了一天,至此献给想入门MySQL8.0的初学者.以目前最新版本的MySQL8.0.28为示例进行安装与初步使用的详细讲解,面向初学者 ...
- Elasticsearch官方文档离线访问实操指南
文章转载自:https://mp.weixin.qq.com/s/Cn9ddkj-cne5pKtfOgNPbg 延申一下,不仅能下载Elasticsearch官方文档,还能下载其他软件的官方文档,详看 ...
- Spring 4 官方文档学习(十一)Web MVC 框架之异常处理
1.HandlerExceptionResolver Spring HandlerExceptionResolver的实现们会处理controller执行过程中发送的unexpected except ...
- 【Phabricator】教科书一般的Phabricator安装教程(配合官方文档并带有踩坑解决方案)
随着一声惊雷和滂沱的大雨,我的Phabricator页面终于在我的学生机上跑了起来. 想起在这五个小时内踩过的坑甚如大学隔壁炮王干过的妹子,心里的成就感不禁油然而生. 接下来,我将和大家分享一下本人在 ...
- 【AutoMapper官方文档】DTO与Domin Model相互转换(上)
写在前面 AutoMapper目录: [AutoMapper官方文档]DTO与Domin Model相互转换(上) [AutoMapper官方文档]DTO与Domin Model相互转换(中) [Au ...
- 2DToolkit官方文档中文版打地鼠教程(三):Sprite Collections 精灵集合
这是2DToolkit官方文档中 Whack a Mole 打地鼠教程的译文,为了减少文中过多重复操作的翻译,以及一些无必要的句子,这里我假设你有Unity的基础知识(例如了解如何新建Sprite等) ...
随机推荐
- biaffineparser
代码: 一.pytorch,可以直接跑 https://github.com/chantera/biaffineparser python parser.py train --out model -- ...
- vue 判断数组是否为空
为空:array == undefined || array.length <= 0 (顺序不能调换) 不为空: array !==undefined && array.leng ...
- python3-datetime.date详解(一)
datetime是python操作日期和时间的内置模块. python有两种日期.时间对象:“naive”和“aware”.前者由于忽略了实际情况更容易理解,操作.在任何时间空间内,它的值都取决于一个 ...
- javascript 5.2
window.open(url,name,features):创建新的浏览器窗口:url是窗口的地址,name是新窗口名字,features是新窗口的各种属性 真协议特指因特网上两台计算机之间传输各种 ...
- SpringCloud基于消息总线的配置中心
@https://www.cnblogs.com/ityouknow/p/6931958.html Spring Cloud Bus Spring cloud bus通过轻量消息代理连接各个分布的节点 ...
- python基础教程002_列表与元组
1.列表 定义: edward = ['Edward Gumdy',42] 描述edward姓名与年龄的列表 edward = [] 空列表 操作: 索引: greeting = 'hello' pr ...
- face_recognition
人脸定位import face_recognition image = face_recognition.load_image_file("your_file.jpg") face ...
- obs源码uml
- c标签 多个条件
<c:if test="${(rwyy01.yyry==NULL || rwyy01.yyry=='') && (rwyy01.shry==NULL || rwyy01 ...
- sort简单用法
-u 去重## 查看文件内容cat test_sort.txt ## sort -u 去重cat test_sort.txt |sort -u----------------------------- ...