react-native-wheel-picker icon indicating copy to clipboard operation
react-native-wheel-picker copied to clipboard

E2E automated testing

Open realsilversurfer opened this issue 5 years ago • 1 comments

Hello, I am facing problem with set up value in wheel picker component on Android with automated tests. I tried it with many options (sendKeys, setValue, replaceValue etc..). Its working perfectly with sendKeys on iOS.

Is there some way how to set values from wheel picker?

Appium UIAutomator2

realsilversurfer avatar Aug 02 '19 14:08 realsilversurfer

if relevant to anyone - i solved this on my fork - https://github.com/galkahana/react-native-wheel-picker/commit/64480beeebc3b89b6156ef5ce68cec48aa244462

sendKeys should work.

galkahana avatar Sep 24 '20 05:09 galkahana