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'sgetByRole(#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
findactions with the set the dispatcher actually accepts (#1553)