Merge dc72def0bd011ba33fe532c3600197060fdf78c3 into 43513cd1df63af0704dfb351ee7864607f955dcc
This commit is contained in:
commit
e7a3e822af
@ -191,8 +191,9 @@ Notes:
|
|||||||
## Browserless (hosted remote CDP)
|
## Browserless (hosted remote CDP)
|
||||||
|
|
||||||
[Browserless](https://browserless.io) is a hosted Chromium service that exposes
|
[Browserless](https://browserless.io) is a hosted Chromium service that exposes
|
||||||
CDP endpoints over HTTPS. You can point an OpenClaw browser profile at a
|
remote CDP endpoints. You can point an OpenClaw browser profile at a
|
||||||
Browserless region endpoint and authenticate with your API key.
|
Browserless region endpoint and authenticate with your API key. The example
|
||||||
|
below uses Browserless's direct WebSocket endpoint.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
@ -205,7 +206,7 @@ Example:
|
|||||||
remoteCdpHandshakeTimeoutMs: 4000,
|
remoteCdpHandshakeTimeoutMs: 4000,
|
||||||
profiles: {
|
profiles: {
|
||||||
browserless: {
|
browserless: {
|
||||||
cdpUrl: "https://production-sfo.browserless.io?token=<BROWSERLESS_API_KEY>",
|
cdpUrl: "wss://production-sfo.browserless.io?token=<BROWSERLESS_API_KEY>",
|
||||||
color: "#00AA00",
|
color: "#00AA00",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -223,10 +224,11 @@ Notes:
|
|||||||
Some hosted browser services expose a **direct WebSocket** endpoint rather than
|
Some hosted browser services expose a **direct WebSocket** endpoint rather than
|
||||||
the standard HTTP-based CDP discovery (`/json/version`). OpenClaw supports both:
|
the standard HTTP-based CDP discovery (`/json/version`). OpenClaw supports both:
|
||||||
|
|
||||||
- **HTTP(S) endpoints** (e.g. Browserless) — OpenClaw calls `/json/version` to
|
- **HTTP(S) endpoints** — OpenClaw calls `/json/version` to
|
||||||
discover the WebSocket debugger URL, then connects.
|
discover the WebSocket debugger URL, then connects.
|
||||||
- **WebSocket endpoints** (`ws://` / `wss://`) — OpenClaw connects directly,
|
- **WebSocket endpoints** (`ws://` / `wss://`) — OpenClaw connects directly,
|
||||||
skipping `/json/version`. Use this for services like
|
skipping `/json/version`. Use this for services like
|
||||||
|
[Browserless](https://browserless.io),
|
||||||
[Browserbase](https://www.browserbase.com) or any provider that hands you a
|
[Browserbase](https://www.browserbase.com) or any provider that hands you a
|
||||||
WebSocket URL.
|
WebSocket URL.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user