a11y-toolkit: Screen reader transcript
a11y_sr_transcriptGenerate a linear screen reader transcript of a webpage to understand what blind users hear. Returns roles, names, and states as readable prose for accessibility audits.
Instructions
Screen reader TRANSCRIPT: what a blind user HEARS on this page. Walks the accessibility tree linearly and returns the announcement text with roles, names and states — the linearized reading experience, as prose an agent can READ to understand the page from a blind user's perspective. — Read-only: for structure use a11y_snapshot, for keyboard traps use a11y_keyboard. Requires Playwright.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL to transcribe | |
| lang | No | Output language (en default) | |
| timeout | No | Page load timeout (45 default) |