picker icon indicating copy to clipboard operation
picker copied to clipboard

Detox Scroll picker in Android

Open alexborton opened this issue 2 years ago • 0 comments

We have extensive tests in Detox. The issue i am facing is being able to scroll picker if the items making up the list are taller (and out of view) of the screen.

For example, in IOS, i can use await element(by.type('UIPickerView')).setColumnToValue(0, text)

Can i use by.type for Android? I would need the Canonical classname

alexborton avatar Jan 03 '23 11:01 alexborton