chore(sync): mirror docs from openclaw/openclaw@95a2c9bcdc

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-25 02:18:46 +00:00
parent 93784710e6
commit a3046a95fd
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "a3862ffdf1dcc487d55be9471efec7bf962e153d",
"syncedAt": "2026-04-25T02:13:29.593Z"
"sha": "95a2c9bcdcde1784907f6d95eb44e3911243dade",
"syncedAt": "2026-04-25T02:17:22.626Z"
}

View File

@ -219,6 +219,7 @@ See [Plugins](/tools/plugin).
- 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.
- `browser.executablePath` accepts `~` for your OS home directory.
- Control service: loopback only (port derived from `gateway.port`, default `18791`).
- `extraArgs` appends extra launch flags to local Chromium startup (for example
`--disable-gpu`, window sizing, or debug flags).

View File

@ -199,7 +199,7 @@ Browser settings live in `~/.openclaw/openclaw.json`.
If your **system default** browser is Chromium-based (Chrome/Brave/Edge/etc),
OpenClaw uses it automatically. Set `browser.executablePath` to override
auto-detection:
auto-detection. `~` expands to your OS home directory:
```bash
openclaw config set browser.executablePath "/usr/bin/google-chrome"