browser: route existing-session user profile through browser nodes (#68891)

* browser: route user profile through browser nodes

* browser: align existing-session node docs

* browser: preserve host fallback on node discovery errors

* browser: preserve configured node pin errors

* browser: widen config mock in node pin test
This commit is contained in:
Mariano
2026-04-19 12:21:23 +02:00
committed by GitHub
parent d83215084f
commit 8cb73844c8
8 changed files with 150 additions and 27 deletions

View File

@@ -532,8 +532,9 @@ Notes:
- Existing-session dialog hooks do not support timeout overrides.
- Some features still require the managed browser path, including batch
actions, PDF export, download interception, and `responsebody`.
- Existing-session is host-local. If Chrome lives on a different machine or a
different network namespace, use remote CDP or a node host instead.
- Existing-session can attach on the selected host or through a connected
browser node. If Chrome lives elsewhere and no browser node is connected, use
remote CDP or a node host instead.
## Isolation guarantees