How to select dropdown value on IOS APP with Appium V1.21

How to select dropdown value on tag XCUIElementTypeOther on IOS APP on Appium.

Appium: V1.21

IOS version: 14.4

Earlier we have picker wheel to select the dropdown, but after react native library added the picker wheel tag is not available. Could anyone please assist how we can select value from dropdown if picker wheel is not available on IOS APP through Appium.

Frequency_Change|690x368

Tried tutorial? http://appium.io/docs/en/writing-running-appium/tutorial/swipe-tutorial/
see -> iOS: ‘pickerWheels’ swipe

nothing helps -> welcome to ReactNative nightmare :slight_smile:. it is only left make small swipe (or if you are lucky maybe tap above and below ‘Once’ works also) and check that value changes.

Thanks Aleksei for suggestion, Will check with swipe option.