I am performing my automation in real IOS device. In one of the aspect I have to automate a picker wheel
xpath:
//UIAApplication[1]/UIAWindow[1]/UIAPopover[1]/UIAPicker[1]/UIAPickerWheel[1]
I would like to select a random value from picker. I can able to do the by sending static value using SendKeys. Instead of the I want to select a random value.
Can I please know how can I do that using java??