You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Using appium inspector
hover over the select picker, the selected element show ios_touchable_wrapper
it's unable to have a unique testID for those UI element for automation purpose
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Add screenshots to help explain your problem. If screenshots aren't applicable to this issue, write "n/a".
Provide a link to a reproduction of this issue on https://snack.expo.ioor an explanation why you can not. Not including a snack link will result in a significant delay in our ability to address this issue.
The text was updated successfully, but these errors were encountered:
LayMui
changed the title
the up and down button in the picker wheeler in iOS is disabled
the callback for the up and down button in the picker wheeler in iOS is disabled
Jan 18, 2024
LayMui
changed the title
the callback for the up and down button in the picker wheeler in iOS is disabled
unable to get the locator strategy for automation in the picker selector for ios
Jan 23, 2024
Having the same issue. Adding a testID in the textInputProps, the touchableWrapperProps or the Icon does not do anything. They only way we can make it work in our case is to use the accessibilityID. @LayMui Maybe this could work for you, too?
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Using appium inspector
hover over the select picker, the selected element show ios_touchable_wrapper
it's unable to have a unique testID for those UI element for automation purpose
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Add screenshots to help explain your problem. If screenshots aren't applicable to this issue, write "n/a".
Additional details
Reproduction and/or code sample
Provide a link to a reproduction of this issue on https://snack.expo.io or an explanation why you can not. Not including a snack link will result in a significant delay in our ability to address this issue.
The text was updated successfully, but these errors were encountered: