fix(browser): handle extension relay page selection

This commit is contained in:
Peter Steinberger
2026-01-15 11:16:48 +00:00
parent 8daab932a2
commit 0a5b1fbcd1
3 changed files with 62 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
- Browser: add `snapshot refs=aria` (Playwright aria-ref ids) for self-resolving refs across `snapshot``act`.
- Browser: `profile="chrome"` now defaults to host control and returns clearer “attach a tab” errors.
- Browser: extension mode recovers when only one tab is attached (stale targetId fallback).
- Browser: fix `tab not found` for extension relay snapshots/actions when Playwright blocks `newCDPSession` (use the single available Page).
- Control UI: show raw any-map entries in config views; move Docs link into the left nav.
#### Plugins