connie_tong

导航

 

2021年3月15日

摘要: adb devices 1.启动手机的app 2.使用adb shell dumpsys window | findstr mCurrentFocus 命令,可以查看当前启动中的应用信息 阅读全文
posted @ 2021-03-15 21:36 connie_tong 阅读(35) 评论(0) 推荐(0) 编辑
 
摘要: from appium import webdriver caps = {} caps["platformName"] = "Android" caps["platformVersion"] = "7.1.2" caps["deviceName"] = "127.0.0.1:62001 device 阅读全文
posted @ 2021-03-15 16:26 connie_tong 阅读(56) 评论(0) 推荐(0) 编辑