test_keyboard_navigation
Test keyboard navigability by tabbing through a page, recording focus order, and flagging stops with no visible focus indicator. Returns issues for accessibility audit.
Instructions
Tab through a page from the top and record the focus order, flagging any stop with no visible focus indicator. Returns total_tab_stops, the focus_order sequence, and issues[]. Accessibility audit for keyboard operability. Works on a session or a URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to test (use this or session_id) | |
| project | No | Project name (optional). With a project: runs in its shared, authenticated context. Without: runs in an isolated context (no shared cookies/login). | |
| max_tabs | No | Max Tab presses (default: 50) | |
| session_id | No | Session ID (use this or url) |