You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/browser.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,6 +316,11 @@ main model can read the screenshot directly.
316
316
current process. `OPENCLAW_BROWSER_HEADLESS=0` forces headed mode for ordinary
317
317
starts and returns an actionable error on Linux hosts without a display server;
318
318
an explicit `start --headless` request still wins for that one launch.
319
+
- The browser-control route and programmatic client keep the no-display error's
320
+
human-readable `error` and expose the stable reason
321
+
`no_display_for_headed_profile`. Its `details` contain only `profile`,
322
+
`requestedHeadless`, `headlessSource`, and `displayPresent`, so API clients can
323
+
choose the correct remediation without matching message text.
319
324
-`executablePath` can be set globally or per local managed profile. Per-profile values override `browser.executablePath`, so different managed profiles can launch different Chromium-based browsers. Both forms accept `~` for your OS home directory.
320
325
-`color` (top-level and per-profile) tints the browser UI so you can see which profile is active.
321
326
- Default profile is `openclaw` (managed standalone). Use `defaultProfile: "user"` to opt into the signed-in user browser.
0 commit comments