uiautomatorviewer不能直接截取手机屏幕信息

Posted fulucky

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uiautomatorviewer不能直接截取手机屏幕信息相关的知识,希望对你有一定的参考价值。

本身可以用sdk——>tools里自带的ui automator viewer截取
如果截取不了,采用以下方法:

新建一个文本文档,名字自己起如uni.bat(注意把后缀给改成.bat)

adb shell uiautomator dump /sdcard/app.uix
adb pull /sdcard/app.uix E:/app.uix
adb shell screencap -p /sdcard/app.png
adb pull /sdcard/app.png E:/app.png

技术图片

 

以上是关于uiautomatorviewer不能直接截取手机屏幕信息的主要内容,如果未能解决你的问题,请参考以下文章

UIAutomatorViewer截取不了App的UI界面怎么办?

使用uiautomatorviewer报错Error obtaining UI hierarchy

为UiAutomatorViewer添加xpath支持

UiAutomatorViewer无法获取手机截图进行元素定位的解决办法

在某些版本手机中通过UIAutomatorViewer工具无法获取手机屏幕元素的信息?

Appium知识积累