美文网首页
adb常用测试命令 学习笔记

adb常用测试命令 学习笔记

作者: 成功在于实践 | 来源:发表于2020-08-19 12:58 被阅读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

    相关文章

      网友评论

          本文标题:adb常用测试命令 学习笔记

          本文链接:https://www.haomeiwen.com/subject/deztjktx.html