Problem or motivation
I think it could be useful to call the native accessibility scan (espresso a11y checks on android and performAccessibilityAudit on iOS) so its possible to automate some accessibility aspects
Proposed solution
Provide a method on the screen object to perform the a11y audit, same call for both platforms and returns an array of a11y violations
Target platform
Both
Alternatives considered
No response
Additional context
No response
Problem or motivation
I think it could be useful to call the native accessibility scan (espresso a11y checks on android and performAccessibilityAudit on iOS) so its possible to automate some accessibility aspects
Proposed solution
Provide a method on the screen object to perform the a11y audit, same call for both platforms and returns an array of a11y violations
Target platform
Both
Alternatives considered
No response
Additional context
No response