Appium
1.1、Appium简介
是什么 ?:an open source, cross-platform test automation tool for native, hybrid and mobile web and desktop apps.
开发语言:Node.js
官方主页:http://appium.io
源码仓库:https://github.com/appium/appium
1.2、通过包管理器安装Appium
包管理器安装命令
npmnpm install -g appium
yarnyarn global add appium
1.3、appium命令
1.4、使用Java实现Appium测试