1. 程式人生 > >使用 uiautomator dump 獲取app上的頁面元素

使用 uiautomator dump 獲取app上的頁面元素

1.輸入:adb shell /system/bin/uiautomator dump --compressed /data/local/tmp/uidump.xml

2.檢視頁面是否存到了/data/local/tmp目錄下

3.把/data/local/tmp目錄下的uidump.xml檔案pull到電腦桌面

adb pull /data/local/tmp/uidump.xml C:/Users/cxy-07-03/Desktop