react-native-autocomplete-input
react-native-autocomplete-input copied to clipboard
Cannot inspect list items using appium inspector in iOS
Autocomplete list are not able to inspect using layout inspectors in iOS. Provided testedID to the render list but that failed. By hovering to the list item it selects entire content screen. Also tried applying assessible={false} props in renterlist but didnt work. Any feasible solutions for iOS? So the list item can be inspected one by one.
Thanks in advance