Appium环境搭建 - Appium安装
Appium环境搭建 - Appium安装

下载
官方网站:http://appium.io
appium/appium-desktop (github.com) https://github.com/appium/appium-desktop/releases/tag/v1.210
开启与配置



参数配置
-
platformName 系统名
Android -
platformVersion 系统版本
7.1.2 -
deviceName 手机型号
SM-G9810或者192.168.30.192:62001 -
appPackage app的包名
com.android.browser -
appActivity app的进程名
.BrowserActivity-
可以通过 adb shell 获取值
logcat | grep cmp=- 打开程序
-

所需的功能 - 应用 (appium.io) http://appium.io/docs/en/writing-running-appium/caps/#appium-desired-capabilities