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

Unable to allocate picker on the screen using appium

Open zeburek opened this issue 6 years ago • 1 comments

Actually the picker is not visible for Appium and UiAutomator. It breaks the autotests. I can fix it by changing one of the parameters and adding a flag for turning it on and off. Would it be useful for this project, or I should only use my fork for it?

zeburek avatar Aug 09 '18 07:08 zeburek

How about add the android:importantForContentCapture="yes" for the clickable view in picker_view.xml, it seems work (report from our tester team), I didn't verify it myself.

Edit: OK, the android:importantForContentCapture="yes" doesn't work. The solution from zeburek works well. Thanks.

congshengwu avatar Dec 22 '21 09:12 congshengwu