欢迎您来阅读和练手!您将会从本章的详细讲解中,获取很大的收获!开始学习吧!
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
转自 https://blog.csdn.net/panyu881024/article/details/80149190
参考资料:
1)官网 http://appium.io/index.html
2)appium/python-client使用文档https://github.com/appium/python-client
3)搭建appium的android环境http://www.cnblogs.com/qiaoyeye/p/5131382.html
4)Appium移动自动化测试(四)http://www.cnblogs.com/fnng/p/4579152.html
5)AppiumPython API http://blog.csdn.net/crisschan/article/details/50416860
6)appium常用方法总结 http://www.cnblogs.com/fanxiaojuan/p/4882676.html