openatx/uiautomator2

[兼容性]vivo部分机型无法获取元素

Open

#330 geöffnet am 10. Apr. 2019

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.353 Forks)batch import
device specificgood first issue

Repository-Metriken

Stars
 (5.632 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Versions (版本)

Version: 0.1.9( 后续尝试更新到Version:0.2.2,也有同样的问题 )

Issue and steps to reproduce (复现步骤)

以下两台手机,能够成功init,其他功能都正常。 可以用app_start,app_stop启动关闭应用。 但是无法执行click,获取元素报异常。

vivo Y67A 系统版本:6.0 vivo Y66 系统版本:6.0.1

用text或者ResourceId查找明显存在的元素都报UiObjectNotFoundError。

而同样代码和测试应用在oppo机器上运行正常。

目前暂时先抛弃vivo,用oppo机器了,希望大神有时间解决一下。

Screenshots (相关截图)

能有尽量有

Additional Details (其他信息)

Contributor Guide