- 安装 anyproxy
npm i -g anyproxy
anyproxy
浏览器打开 http://localhost:8002
- 设置
HTTP_PROXY
Mac
export HTTP_PROXY=http://127.0.0.1:8001
Windows
set HTTP_PROXY=http://127.0.0.1:8001
在当前命令行窗口 执行appium desktop录制完成的脚本
python demo.py
- 查看anyproxy捕获的请求。
-
安装postman,模拟每一次的请求
-
创建session
- 查找控件 App的位置
- 完成点击操作
- 销毁session
作业回帖
将Postman 完成点击操作
操作的HTTP返回值,截图贴到回帖中