|
MytRPC.py中的
# bDumpAll 导出所有节点 0 1 def dumpNodeXml(self, bDumpAll):
无论是0 还是 1都有输出不完整的问题,有部分信息是找不到的。
adb -s 192.168.21.42 shell uiautomator dump && adb pull /sdcard/window_dump.xml
这个语句获得的xml可以找到
<node index="2" text="Something went wrong" resource-id="com.ss.android.ugc.trill:id/iu6" class="android.widget.TextView" package="com.ss.android.ugc.trill" content-desc="" checkable="false" checked="false" clickable="true" enabled="true" focusable="true" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[277,766][803,826]" />
但是dumpNodeXml(self, bDumpAll): 里面只有寥寥几行。
默认的截图参数也是不完整,存在几率截图一半的情况。
|
-
如图
|