openatx / android-uiautomator-server

MIT License
252 stars 145 forks source link

d(resourceId='xxx').exists定位的时候会有一定概率出错。 #22

Open codeskyblue opened 5 years ago

codeskyblue commented 5 years ago

出现时机是,界面刚刷新的时候,resourceId有很低的概率无法获取到。 怀疑是 AccessibilityEventListener 影响的 https://github.com/openatx/android-uiautomator-server/blob/master/app/src/androidTest/java/com/github/uiautomator/stub/AccessibilityEventListener.java#L42

codeskyblue commented 5 years ago

2.0.0 提供了接口,可以关闭 setToastListener(false)