博客
关于我
adb获取页面信息
阅读量:294 次
发布时间:2019-03-03

本文共 149 字,大约阅读时间需要 1 分钟。

通过adb获取页面信息

adb shell uiautomator dump /sdcard/ui.xml

将页面文件上传到电脑

adb pull /sdcard/ui.xml

另外可以使用AndroidSDK/tools/bin/目录下uiautomatoriviewer.bat工具获取页面信息

转载地址:http://oagl.baihongyu.com/

你可能感兴趣的文章
docker 部署springboot+redis
查看>>
mybatis in 查询备忘
查看>>
mybatisplus生成Id代码备忘
查看>>
自动调整高度
查看>>
wxpython 使用LayoutConstraints约束布局
查看>>
wxpython 自定义事件
查看>>
Uniapp + Sentry 实现错误日志监控
查看>>
Qt设置渐变色
查看>>
数据结构-栈
查看>>
C++关键字
查看>>
Spring boot Banner和icon
查看>>
spring-data-redis-hashoperations源码方法
查看>>
SpringBoot学习系列(二十)------SpringBoot和SpringCloud
查看>>
numpy_数组的基本访问和修改
查看>>
shareResourse_第一行代码(第三版 源代码+课件)quick download
查看>>
3D Xpoint技术与NAND Flash、3D NAND Flash及DRAM的比较
查看>>
Java实现八大内部排序算法
查看>>
数组与链表的优缺点/效率问题
查看>>
Kafka使用前准备(二)
查看>>
《Linux网络编程》学习导图
查看>>