Open noomorph opened 2 years ago
Taking a look at the iOS implementation, it seems that we can simply provide more UIView
's attributes, specifically of accessibility information (apple docs) like the mentioned accessibilityHint
, or accessibilityState
..
I didn't looked at the Android code but there's no reason that we won't have these attributes easily accessible.
This will allow us to be correlated with RN's accessibility properties (https://reactnative.dev/docs/accessibility).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this reporsitory, read this discussion.
The issue has been closed for inactivity.
@asafkorem @noomorph let's reiterate. This sounds like it should be reopened.
Also relevant: https://github.com/wix/Detox/issues/3203 (see my comment).
Also, accessibilityRole
(and probably accessibilitySubrole
) could definitely be also relevant while we're at it (as suggested in #3301).
It's still a useful feature, even in 2023, any plans of supporting this feature soon?
Yes, please! I am running into the issue as noted in #3203
I don't see us taking this in the near future. We could definitely use contributions.
@asafkorem says in https://github.com/wix/Detox/pull/3009:
@asafkorem, could you elaborate on this, please? Don't hesitate to change the initial issue description or title if necessary.