One of the most common patterns in UIA is Invoke and it enables Narrator’s primary interaction command on many controls (Narrator + Enter). Implementing it would also allow navigation within a button-based test app in automated test scenarios. Office and RNW Paper implement the invoke pattern differently. Work at this stage will begin exploring scalable ways to introduce new patterns.
| Task |
Description |
Status |
| onAccessibilityTap |
Add support for the UIA Invoke method. This method should call onAccessibilityTap and onClick. |
#11874 |
One of the most common patterns in UIA is Invoke and it enables Narrator’s primary interaction command on many controls (Narrator + Enter). Implementing it would also allow navigation within a button-based test app in automated test scenarios. Office and RNW Paper implement the invoke pattern differently. Work at this stage will begin exploring scalable ways to introduce new patterns.