2018年10月25日
摘要: ```#python # -*- encoding=utf8 -*- __author__ = "chenshanju" __docs__ = "基于iOS类实现滑动" from airtest.core.api import * from airtest.core.ios import IOS auto_setup(__file__) class Base(): def __init_... 阅读全文
posted @ 2018-10-25 22:01 singleSpace 阅读(6212) 评论(0) 推荐(0) 编辑
摘要: 1.adb devices 查看当前的安卓设备,包含手机和模拟器,返回设备序列号和状态 offline,下线,重新插拔或重新打开USB调试 device,正常 unauthorized,未授权 2.adb forward转发端口,没用过 3.adb kill server /adb start se 阅读全文
posted @ 2018-10-25 21:33 singleSpace 阅读(800) 评论(0) 推荐(0) 编辑