摘要:
1)获取设备列表 adb devices 2)获取包名和activity adb shell dumpsys window|grep mCurrentFocus 3)解决adb链接多台设备问题 adb -s <设备名> shell——指定device来执行adb shell。 adb -s <设备名 阅读全文
摘要:
time时间参数 ${__time(yyyy-MM-dd HH:mm:ss:SSS,time)} :格式化生成时间格式 2019-04-24 16:13:41:635${__time(,)}:默认该公式精确到毫秒级别, 13位数 1556093845216${__time(/1000,)}:该公式精 阅读全文