Patch Changes
-
fa91c22: ### Bug Fixes
- Stale accessibility tree reference fallback - Fixed an issue where interacting with an element whose
backend_node_idhad become stale (e.g. after the DOM was replaced) would fail with aCould not compute box modelCDP error. Element resolution now re-queries the accessibility tree using role/name lookup to obtain a fresh node ID before retrying the operation (#806)
- Stale accessibility tree reference fallback - Fixed an issue where interacting with an element whose