Select an option from picker wheel using appium
In IOS, we have UIPickerWheel element which will have options to select, we will see how we can automate the picker wheel using appium, a sample picker wheel is shown in below screenshot We will see how we ca select an option from the picker wheel we can use sendkeys method to select an option,…