I am using Appium via Robot Framework. I am able to use click element and perform actions. But when it comes to selecting a value from drop down, there is no inbuilt command from appium.
My example: I am trying on redbus mobile app. I have a calendar, where I need to select some date say 21.
I am able to find the resource id of the element 21, but it is same for all the numbers in the calender.
Here 'resource id' is same but 'text' is changing according to numbers. My 'resource id' is in.redbus.android:id/gridCellin.redbus.android:id/gridCell.
click element of that resource id is not clicking 21 because resource id is same for all numbers.
Please help me. I got stuck here.