You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
286 B
12 lines
286 B
7 years ago
|
# uiautomator 相关命令
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
* [获取当前页面布局](#获取当前页面布局)
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
|
||
|
### 获取当前页面布局
|
||
|
```sh
|
||
|
adb shell uiautomator dump /data/local/tmp/uidump.xml && adb pull /data/local/tmp/uidump.xml uidump.xml
|
||
|
```
|