摘要: 实现功能:循环点击、滑动操作,间隔3秒 @echo off adb wait-for-device :start ::等待30秒 TIMEOUT /T 3 ::点击屏幕坐标 752 565 adb shell input tap 752 565 TIMEOUT /T 3 ::滑动坐标 160 344 阅读全文
posted @ 2021-01-03 15:21 张小力 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 实现功能: 1.运行monkey_run.bat,直接执行monkey命令; 2.运行monkey_stop.bat,输入PID,kill mongkey进程; 3.同步获取logcat; 4.同步保存CPU和内存值(top命令); monkey_run.bat 代码: @echo off if " 阅读全文
posted @ 2021-01-03 12:26 张小力 阅读(482) 评论(0) 推荐(0) 编辑