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
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 …