Task-level accessibility testing
Can the task be completed without pixels?
Give an AI agent a URL and a real goal. It receives only the page’s accessibility tree, acts through named controls, and stops with evidence when the journey breaks.
Test a journey- Zero
- screenshots or visual coordinates
- Exact
- ARIA observations and action traces
- Same
- journey rerun after the repair
A behavioral test, not another score
- Observe. Playwright exposes the current accessibility tree.
- Act. GPT-5.6 chooses one bounded role-and-name action.
- Prove. The trace records success or a grounded barrier.
- Repair. Codex gets a focused brief, then the same journey runs again.
Journey workbench
Open the included page yourself, then watch the agent attempt the same task without pixels.
Journey result
GPT-5.6What this result means
ARIA Journey is an early-warning developer tool. It finds reproducible task barriers before human testing; it does not certify accessibility, emulate the subjective experience of blindness, or replace blind users and accessibility professionals.