adb常用测试命令 学习笔记

2020-08-19  本文已影响0人  成功在于实践
image.png

adb shell dumpsys window | findstr mCurrentFocus

image.png

adb shell am start -n com.ss.android.article.lite/com.ss.android.article.lite.activity.SplashActivity

image.png

adb shell pm clear com.ss.android.article.lite

image.png

adb shell uiautomator dump

image.png

adb shell "uiautomator dump && cat /storage/emulated/legacy/window_dump.xml"

image.png

adb shell input

image.png image.png
上一篇 下一篇

猜你喜欢

热点阅读