browser4-cli 4.13.2 → 4.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/bin/browser4-cli-darwin-arm64 +0 -0
- package/bin/browser4-cli-darwin-x64 +0 -0
- package/bin/browser4-cli-linux-arm64 +0 -0
- package/bin/browser4-cli-linux-musl-arm64 +0 -0
- package/bin/browser4-cli-linux-musl-x64 +0 -0
- package/bin/browser4-cli-linux-x64 +0 -0
- package/bin/browser4-cli-win32-x64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,7 +164,10 @@ If you want the embedded agent-facing instructions, see [skills/browser4-cli/SKI
|
|
|
164
164
|
### Quick start
|
|
165
165
|
|
|
166
166
|
```bash
|
|
167
|
-
# Open a browser session
|
|
167
|
+
# Open a browser session (headless by default; add --headed to see the window)
|
|
168
|
+
browser4-cli open https://browser4.io
|
|
169
|
+
|
|
170
|
+
# Or explicitly open a visible browser:
|
|
168
171
|
browser4-cli open --headed https://browser4.io
|
|
169
172
|
|
|
170
173
|
# Inspect the page and get element refs
|
|
@@ -249,7 +252,7 @@ export DEEPSEEK_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
249
252
|
|
|
250
253
|
| Command | Description |
|
|
251
254
|
|---|---|
|
|
252
|
-
| `open [url]` | Open a browser session or reconnect to an existing one. Supports `--headed
|
|
255
|
+
| `open [url]` | Open a browser session or reconnect to an existing one. **Headless by default.** Supports `--headed` (visible window), `--headless`, `--profile <path>`, `--profile-mode <DEFAULT\|SYSTEM_DEFAULT\|SEQUENTIAL\|TEMPORARY>`, `--interact-level <FASTEST\|FAST\|DEFAULT>`. |
|
|
253
256
|
| `attach` | Attach to an existing browser via CDP or the Browser4 extension. Supports `--cdp <url\|port\|channel>` and remote endpoint options. |
|
|
254
257
|
| `close` | Close the active browser session. |
|
|
255
258
|
| `list` | List browser sessions with their status and next-open behavior. Supports `--all`. |
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|