1.Appium自带的Inspector工具 2.Macaca的app-inspector工具,具体地址:https://macacajs.github.io/app-inspector/cn/ setp1.获取设备ID xcrun simctl list setp2:从命令行启动 app-insp ...
分类:
移动开发 时间:
2020-04-04 11:49:13
阅读次数:
201
前言: App Inspector:浏览器端的移动设备 UI 查看器,使用树状态结构查看 UI 布局,自动生成 XPaths。官网:https://macacajs.github.io/app-inspector/cn/ 本次教程仅支持iOS,Mac 一、环境安装: 1、安装Node.js brew ...
分类:
移动开发 时间:
2020-03-29 11:06:31
阅读次数:
110
起步环境需要要安装app-inspector,你需要首先安装Node.js。国内用户可以安装cnpm加快NPM模块安装速度。另外,推荐安装macaca-cli.$npminstallmacaca-cli-g你需要准备好你需要进行查看的移动平台的环境。Android请安装AndroidSDK,iOS安装Xcode.然后使用macaca命令行工具检测环..
分类:
移动开发 时间:
2017-11-08 16:04:37
阅读次数:
227
1.6起放弃uiautomation;改用xcuiteest机制;环境基础:xcode8,ios9.3以上1.安装最新版1.6.3安装cnpm:npminstall-gcnpm--registry=https://registry.npm.taobao.org安装appium1.6.3:cnpminstall-gappium@1.6.32.安装appium-xcuitest-driver依赖进入WebDriverAgent安装目录:..
分类:
移动开发 时间:
2017-03-20 19:46:41
阅读次数:
4809