v0.32.4

vercel-labs/agent-browserv0.32.4Jul 22, 2026by github-actions[bot]

AI Summary

Fixes `find role` matching to support implicit ARIA roles and improves error reporting.

Key Highlights

  • Fixed `find role` to match implicit ARIA roles and browser-computed accessible names.
  • Improves element-not-found errors to preserve locator detail instead of flattening messages.
  • Aligns advertised `find` actions with the set the dispatcher actually accepts.

Full Release Notes

### Bug Fixes

- Fixed **find role** to match implicit ARIA roles and browser-computed accessible names through the accessibility tree, so semantic elements like `<h2>` (heading) and `<ul>` (list) resolve, with case-insensitive substring name matching that mirrors Playwright's `getByRole` (#1552)
- Fixed **element-not-found errors** to preserve the locator detail (selector, role, name, or index) instead of flattening every miss into one generic message, and aligned the advertised `find` actions with the set the dispatcher actually accepts (#1553)

### Contributors

- @Railly
- @cooleryu