摘要: 使用appium的 Connection 和driver 的setConnection方法,可以切换手机的上网方式 // 切换到wifi Connection cnn = Connection.WIFI; driver.setConnection(cnn); // 切换到手机网络数据 cnn = Connection.DATA; driver.setConnection(cnn); // 切换到... 阅读全文
posted @ 2018-01-11 11:57 testway 阅读(2821) 评论(0) 推荐(0) 编辑
摘要: 用adb 命令把图片和uix获取出来,再导入uiautomatorviewer adb shell uiautomator dump /data/local/tmp/uidump.uixadb pull /data/local/tmp/uidump.uixadb shell screencap -p 阅读全文
posted @ 2018-01-11 09:13 testway 阅读(1203) 评论(4) 推荐(0) 编辑