Get a value from the WheelTextAdapter

Hi , in my app I have a WheelTextAdapter where each item is a object which holds a textview

The items are generated dynamically and for each item I’m setting up contentDesc

eventually , appium inspector able to inspect only the wheelview without the inner items …
I’ve tried to look for the wheelview first , and then to look after the “childs” but the list returns empty

Any ideas how solve it ?

Thanks

You might need to scroll first so that the intended element comes into view and Appium server can identify it. It might solve your problem. Scroll -> compare if it is required account …

The problem is , I cannot verify which element (account) currently in view , appium just cant see beyond the view control

if you can not see value also with Android native “UI Automator Viewer” - no way.