maybug

导航

随笔分类 -  appium

APP自动化测试
Appium环境搭建并连接真实设备
摘要:adb devices 获取 devicesName PS C:\Users\XXX> adb devicesList of devices attached793QBDR7222BR device 1 PS C:\Users\X> adb -s 793QBDR7222BR shell dumpsy 阅读全文

posted @ 2022-09-15 18:01 maybug 阅读(63) 评论(0) 推荐(0)

adb shell获取package信息
摘要:# to obtain apk path adb shell pm list packages adb shell pm path com.example.someapp # or just adb shell list pacakges -f # pull to PC adb pull /path 阅读全文

posted @ 2022-01-18 17:30 maybug 阅读(167) 评论(0) 推荐(0)