docs: refresh browser existing-session mirror refs

This commit is contained in:
Peter Steinberger
2026-04-04 20:29:31 +01:00
parent 8efb0801a0
commit 2bd91a0f02
4 changed files with 15 additions and 0 deletions

View File

@@ -135,6 +135,10 @@ Fix options:
Notes:
- `user` is host-only. For Linux servers, containers, or remote hosts, prefer CDP profiles.
- `user` / other `existing-session` profiles keep the current Chrome MCP limits:
ref-driven actions, one-file upload hooks, no dialog timeout overrides, no
`wait --load networkidle`, and no `responsebody`, PDF export, download
interception, or batch actions.
- Local `openclaw` profiles auto-assign `cdpPort`/`cdpUrl`; only set those for remote CDP.
- Remote CDP profiles accept `http://`, `https://`, `ws://`, and `wss://`.
Use HTTP(S) for `/json/version` discovery, or WS(S) when your browser

View File

@@ -40,6 +40,8 @@ Choose this when:
- OpenClaw and Chrome are on the same machine
- you want the local signed-in browser state
- you do not need cross-host browser transport
- you do not need advanced managed/raw-CDP-only routes like `responsebody`, PDF
export, download interception, or batch actions
For WSL2 Gateway + Windows Chrome, prefer raw remote CDP. Chrome MCP is host-local, not a WSL2-to-Windows bridge.