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/cli/browser.md
+74-2Lines changed: 74 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
summary: "CLI reference for `openclaw browser` (profiles, tabs, actions, Chrome MCP, and CDP)"
2
+
summary: "CLI reference for `openclaw browser` (lifecycle, profiles, tabs, actions, state, and debugging)"
3
3
read_when:
4
4
- You use `openclaw browser` and want examples for common tasks
5
5
- You want to control a browser running on another machine via a node host
@@ -9,7 +9,7 @@ title: "browser"
9
9
10
10
# `openclaw browser`
11
11
12
-
Manage OpenClaw’s browser control server and run browser actions (tabs, snapshots, screenshots, navigation, clicks, typing).
12
+
Manage OpenClaw's browser control surface and run browser actions (lifecycle, profiles, tabs, snapshots, screenshots, navigation, input, state emulation, and debugging).
13
13
14
14
Related:
15
15
@@ -20,6 +20,7 @@ Related:
20
20
-`--url <gatewayWsUrl>`: Gateway WebSocket URL (defaults to config).
21
21
-`--token <token>`: Gateway token (if required).
22
22
-`--timeout <ms>`: request timeout (ms).
23
+
-`--expect-final`: wait for a final Gateway response.
23
24
-`--browser-profile <name>`: choose a browser profile (default from config).
0 commit comments