用adb 命令把图片和uix获取出来,再导入uiautomatorviewer
adb shell uiautomator dump /data/local/tmp/uidump.uix
adb pull /data/local/tmp/uidump.uix
adb shell screencap -p /data/local/tmp/tmp.png
adb pull /data/local/tmp/tmp.png
Posted testway
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uiautomatorviewer 查看元素新思路相关的知识,希望对你有一定的参考价值。
用adb 命令把图片和uix获取出来,再导入uiautomatorviewer
adb shell uiautomator dump /data/local/tmp/uidump.uix
adb pull /data/local/tmp/uidump.uix
adb shell screencap -p /data/local/tmp/tmp.png
adb pull /data/local/tmp/tmp.png
以上是关于uiautomatorviewer 查看元素新思路的主要内容,如果未能解决你的问题,请参考以下文章
uiautomatorviewer 查看元素报错: Error taking device screenshot: null 原因
APP自动化定位元素——Android SDK——打开uiautomatorviewer.bat文件——查看元素
APP自动化定位元素——Android SDK——打开uiautomatorviewer.bat文件——查看元素
Windows环境下使用uiautomatorviewer进行元素定位