You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observing strange behaviour where selectors new UiSelector().className("android.view.ViewGroup") and new UiSelector().classNameMatches("android.view.ViewGroup") would return drastically different results (17 elements vs 5)
After some digging I found this issue appium/appium#5924 which has been reported toward UiAutomator1 driver, however, based on the source code in this repo, it's still present.
The text was updated successfully, but these errors were encountered:
Observing strange behaviour where selectors
new UiSelector().className("android.view.ViewGroup")
andnew UiSelector().classNameMatches("android.view.ViewGroup")
would return drastically different results (17 elements vs 5)After some digging I found this issue appium/appium#5924 which has been reported toward UiAutomator1 driver, however, based on the source code in this repo, it's still present.
The text was updated successfully, but these errors were encountered: