chore: add patch changeset for release (#808)

This commit is contained in:
Chris Tate
2026-03-14 21:00:39 -05:00
committed by GitHub
parent c07f43e242
commit fa91c22e50
+7
View File
@@ -0,0 +1,7 @@
---
"agent-browser": patch
---
### Bug Fixes
- **Stale accessibility tree reference fallback** - Fixed an issue where interacting with an element whose **`backend_node_id`** had become stale (e.g. after the DOM was replaced) would fail with a `Could not compute box model` CDP error. Element resolution now re-queries the accessibility tree using role/name lookup to obtain a fresh node ID before retrying the operation (#806)