v0.25.3
vercel-labs/agent-browserv0.25.3Apr 7, 2026by github-actions[bot]
AI Summary
Fixes accessibility tree issues where hidden radio and checkbox inputs were missing from snapshots.
Key Highlights
- Fixed hidden radio/checkbox inputs missing from snapshot refs
- Added clickable heading anchors to the documentation site
Full Release Notes
### Bug Fixes - Fixed **hidden radio/checkbox inputs missing from snapshot refs** when a `<label>` wraps a `display:none` `<input type="radio">` or `<input type="checkbox">`. Chrome excludes these inputs from the accessibility tree entirely, making it impossible for AI agents to identify radio buttons and checkboxes via refs. Hidden inputs inside elements are now detected during cursor-interactive scanning and their parent nodes are promoted to the correct role with proper name and checked state (#1085) ### Documentation - Added **clickable heading anchors** to the docs site, making it easy to link directly to any section (#1175) ### Contributors - @ctate - @jin-2-kakaoent - @hyunjinee