除了cmd直接操作手机,也可以编辑好脚本后,运行脚本,一次操作多个脚本命令 a) 新建py格式脚本,如iReader.py b) 编辑脚本 #导入模块 from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice,MonkeyImage MonkeyRunner.sleep(1) #连接设备 device = MonkeyRunner.waitForConnection() #滑动解销 device.drag((360,1008)…