Hi all,
In this thread https://github.com/appium/appium/issues/9703, mykola-mokhnach answered:
You have to think about moving out from locators of type AndroidUIAutomator, since UIObject does not work well with never Android versions.
Anybody had bad experiences with maybe Android 8? (I’m using Android 7 without any problem).
I use findElementByAndroidUIAutomator a lot and I would like to know of alternatives, without being xpath to find element by name in Android and to find by multiple locators like, for instante:
new UiSelector().resourceId("my_id").text("my_text")
Thanks in advance for any hints.