mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 18:50:24 +00:00
docs: refresh browser existing-session mirror refs
This commit is contained in:
@@ -2628,6 +2628,10 @@ See [Plugins](/tools/plugin).
|
||||
- `existing-session` profiles are host-only and use Chrome MCP instead of CDP.
|
||||
- `existing-session` profiles can set `userDataDir` to target a specific
|
||||
Chromium-based browser profile such as Brave or Edge.
|
||||
- `existing-session` profiles keep the current Chrome MCP route limits:
|
||||
snapshot/ref-driven actions instead of CSS-selector targeting, one-file upload
|
||||
hooks, no dialog timeout overrides, no `wait --load networkidle`, and no
|
||||
`responsebody`, PDF export, download interception, or batch actions.
|
||||
- Local managed `openclaw` profiles auto-assign `cdpPort` and `cdpUrl`; only
|
||||
set `cdpUrl` explicitly for remote CDP.
|
||||
- Auto-detect order: default browser if Chromium-based → Chrome → Brave → Edge → Chromium → Chrome Canary.
|
||||
|
||||
@@ -194,6 +194,11 @@ still requires:
|
||||
- remote debugging enabled in that browser
|
||||
- approving the first attach consent prompt in the browser
|
||||
|
||||
Readiness here is only about local attach prerequisites. Existing-session keeps
|
||||
the current Chrome MCP route limits; advanced routes like `responsebody`, PDF
|
||||
export, download interception, and batch actions still require a managed
|
||||
browser or raw CDP profile.
|
||||
|
||||
This check does **not** apply to Docker, sandbox, remote-browser, or other
|
||||
headless flows. Those continue to use raw CDP.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user