摘要: 1. pc端安装chrome浏览器 2.安装adb扩展 3.pc端通过adb能识别出手机 4.使用adb扩展, 点击View inspection Targets进入chrome://inspect/#devices 5. 点击inspect 点击后出现如下页面 阅读全文
posted @ 2020-05-15 21:37 ilovetesting 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1、如何处理 android 权限弹窗 # 处理 android 权限弹窗 while True: for i in range(6): if '允许' in driver.page_source: driver.switch_to.alert.accept() time.sleep(1) brea 阅读全文
posted @ 2020-05-15 14:38 ilovetesting 阅读(295) 评论(0) 推荐(0) 编辑