摘要:
使用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
阅读(2841)
评论(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
阅读(1211)
评论(4)
推荐(0)

浙公网安备 33010602011771号