摘要: 1.Android系统版本>=8.0,直接使用指令adb bugreport,例如:adb bugreport > C:\Users\ymlu\Desktop\bugreport.txt 2.针对Android系统版本<8.0,终端切至路径C:\Users\ymlu\Desktop\adt-bund 阅读全文
posted @ 2021-05-18 13:54 拂晓lu 阅读(7200) 评论(0) 推荐(0) 编辑
摘要: 1)指令:adb shell "monkey -p com.mob.mobpush.demo --ignore-crashes --ignore-timeouts --ignore-security-exceptions --throttle 1000 -s 500 -v -v -v 9999999 阅读全文
posted @ 2021-05-18 13:43 拂晓lu 阅读(109) 评论(0) 推荐(0) 编辑
摘要: adb shell am force-stop com.mob.mc.demo 强制杀死包进程adb shell am start -s 包名/xxxActivity,eg:adb shell am start -S com.mob.mobpush.demo/com.mob.demo.mobpush 阅读全文
posted @ 2021-04-14 19:45 拂晓lu 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 前景:接口2的变量是接口1的返回数据 实现方法: 步骤1:在接口1的Tests添加设置环境变量的脚本, var response = JSON.parse(responseBody); if(response.res){ tests["first has data"] = true; var nee 阅读全文
posted @ 2020-12-31 12:10 拂晓lu 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Aerospike在linux环境上的搭建1.linux环境准备: 虚拟机安装:https://www.cnblogs.com/yxth/p/11806879.html(亲测有用)2.启动虚拟机报错,Intel VT-x处于禁用状态: 解决方案:https://blog.csdn.net/qq_39 阅读全文
posted @ 2020-12-18 10:25 拂晓lu 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 一、获取通知栏内容 1)获取通知栏内容 [JAVA] 获取的是appium捕获的通知数据 Map<String, Object> res = (Map<String, Object>)driver.executeScript("mobile: getNotifications"); System.o 阅读全文
posted @ 2020-12-03 15:58 拂晓lu 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 一、uiautomatorviewer的打开路径 C:\Users\ymlu\AppData\Local\Android\Sdk\tools\bin 阅读全文
posted @ 2020-12-03 15:45 拂晓lu 阅读(193) 评论(0) 推荐(0) 编辑
摘要: import smtplib from email.mime.text import MIMEText from email.header import Header # 第三方 SMTP 服务 mailserver = "***" # 设置服务器 username_send = "***" # 用 阅读全文
posted @ 2020-11-06 18:33 拂晓lu 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 问题:报错-opendir failed, Permission deniedC:\Windows\system32>adb shell shell@A59:/ $ cd /data/data shell@A59:/data/data $ ls opendir failed, Permission 阅读全文
posted @ 2020-10-13 18:19 拂晓lu 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 一、前言: wda-facebook驱动WebDriverAgent且启动app,使用的wda-facebook地址:https://github.com/appium/WebDriverAgent.git ,我用的是xcode11.6,xcode10会报错。 但是https://github.co 阅读全文
posted @ 2020-09-04 11:15 拂晓lu 阅读(552) 评论(0) 推荐(0) 编辑