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
Introduce built-in accessibility support: adds AccessibilityMode and AccessibilityOptions, a new AccessibilityAuditHook plugin that can run audits after navigation or certain actions (disabled by default), and wires the hook into PluginHost. Expose LastAccessibilityAudit on Page and add Locator methods to query accessible name/role via AX tree. Add ToPassAccessibilityAuditAsync assertion and AccessibilityAssertionOptions to configure skipped rules and warning handling. Integrate accessibility settings into Motus config/JSON context and merge defaults in ConfigMerge. Update DuplicateIdCollector docs and adjust PluginHost tests to account for the added builtin; include comprehensive unit tests for the audit hook and assertions.
0 commit comments