随笔 - 14  文章 - 0  评论 - 3  阅读 - 17708
08 2020 档案
Appium模拟设备交互方法(来电话、收短信、切换网络类型)
摘要:来电话: driver.make_gsm_call('135****6666', GsmCallActions.CALL) 收短信: driver.send_sms('132****8888', 'hello,world~') 网络类型: driver.set_network_connection( 阅读全文
posted @ 2020-08-03 16:00 进击的麻瓜 阅读(531) 评论(1) 推荐(0) 编辑
Ui Automator Viewer 使用报错问题 提示’Error obtaining UI hierarchy‘
摘要:大神方案: 在C:\sdk\android-sdk-windows\tools路径下的uiautomatorviewer.bat,右键编辑打开,在最末端输入: call adb shell uiautomator dumpcall call adb pull /storage/sdcard/wind 阅读全文
posted @ 2020-08-03 14:58 进击的麻瓜 阅读(1351) 评论(0) 推荐(0) 编辑
PyCharm报错DeprecationWarning: the imp module is deprecated in favour of importlib
摘要:安装了新版本的 python 3.7,运行脚本时报错:DeprecationWarning: the imp module is deprecated in favour of importlib; see 已解决: 此问题原因为 python 3.4后 imp库废弃,采用importlib库,所以 阅读全文
posted @ 2020-08-03 11:20 进击的麻瓜 阅读(8170) 评论(3) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示