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
The text was updated successfully, but these errors were encountered:
Dor-bl
changed the title
Autocomplete Elements are not recognized by uiautomator2
AutoComplete Elements are not recognized by uiautomator2
Mar 27, 2024
But as seen in the image, the control is accessible.
but still, the dropdown view is not recognized by the Appium inspector and is not visible among App source views tree elements.
Only for Android Platform, Appium can't detect Autocomplete Elements. (on iOS all work as expected)
Even when using the below caps, issue persist:
Any other approach that might work other than using estimated element position?
Found some related issues that were reported on Appium discuss:
https://discuss.appium.io/t/cant-access-drowpdown-spinner-item/33334/3
https://discuss.appium.io/t/how-to-select-values-from-autocomplete-dropdown-in-android-using-javascript-mocha/15190/10
https://discuss.appium.io/t/how-to-click-on-autocompletetextview/1488
https://discuss.appium.io/t/android-cant-scroll-to-a-mobileelement-in-a-dropdown-when-the-dropdown-appears-above-its-autocompletetextview/36154
The text was updated successfully, but these errors were encountered: