简体   繁体   中英

Android - Uiautomatorviewer - How to view uiautomator dump view.xml file using Uiautomatorviewer?

I am planning to capture the uiautomator dump view.xml files and try to view using Uiautomatorviewer.

adb shell uiautomator dump view.xml

Is there a way to capture the uiautomatorsnapshots from command line while tests are running and able to view these files using Uiautomatorviewer?

  • adb pull /sdcard/view.xml./view.uix
  • Import it using Open > UI xml dump
  • Take a screenshot: adb exec-out screencap -p > screen.png
  • Import it using Open > Screenshot

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM