AndroidViewClient:文档元素后的垃圾
AndroidViewClient: junk after document element
我试图在三星 S6 上转储。
$dump
以下是我收到的输出(最后一行):
</hierarchy>sh: resetreason: can\'t execute: Permission denied\r\nKilled \r\n
哪个权限被拒绝了,谁被杀死了?
设备发送的输出似乎包含这些行。
AndroidViewClient 默认情况下使用 uiautomator dump
获取所需信息,具体取决于 android 版本。
你可以试试
$ adb shell
$ uiautomator dump
验证线条是否存在。
我试图在三星 S6 上转储。
$dump
以下是我收到的输出(最后一行):
</hierarchy>sh: resetreason: can\'t execute: Permission denied\r\nKilled \r\n
哪个权限被拒绝了,谁被杀死了?
设备发送的输出似乎包含这些行。
AndroidViewClient 默认情况下使用 uiautomator dump
获取所需信息,具体取决于 android 版本。
你可以试试
$ adb shell
$ uiautomator dump
验证线条是否存在。