Getting Values of Spinner

Hello,

I am using Appium with Python. I need to get the values of spinner (any list) without exactly opening those spinners or lists. I have checked many things but I have never found a solution. How can I get the values of spinner as an object or in any type?

Thanks.

I don’t think you can get those values without opening the spinner.
Maybe with espresso automator.

Hi Zuzeac,

Thank your for your reply. I am agree with you. I will try espresso automator. However, I pretty believe that Appium needs to provide this feature to their users because this issue is really important for many people that I have seen while checking solution.