Hello Appium Support,
I am automating a React Native Android app with Appium and facing an issue with dropdown selection.
-
After opening the dropdown, I cannot select items via Appium Inspector.
-
When I try to tap an item, it is not selected and the dropdown list scrolls down.
-
According to the developer, when the dropdown is clicked, the items are loaded from the bottom of the page.
Could you advise how to reliably select items from a React Native dropdown that dynamically loads its list from the bottom?
Thank you!