Skip to main content

3 docs tagged with "accessibility"

View all tags

Accessibility Testing with axe-core

Automate accessibility audits in SHAFT Engine using axe-core — assert no critical violations, enforce minimum scores, and ignore specific rules.

ARIA Role-Based Locators

Locate elements by ARIA roles in SHAFT Engine for more resilient, accessible tests — use Role enum values like BUTTON, SEARCHBOX, DIALOG, and NAVIGATION.

Smart Locators

Locate form inputs and clickable elements by semantic meaning in SHAFT Engine — use inputField() and clickableField() for readable, user-centric locators.