@ulpi/browse 1.3.1 → 1.3.2
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 +1 -1
- package/dist/browse.cjs +872 -861
- package/package.json +1 -1
- package/skill/SKILL.md +1 -1
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -431,7 +431,7 @@ browse inspect Open DevTools (requires BROWSE_DEBUG_PORT)
|
|
|
431
431
|
| `--allowed-domains <d,d>` | Block navigation/resources outside allowlist |
|
|
432
432
|
| `--max-output <n>` | Truncate output to N characters |
|
|
433
433
|
| `--headed` | Run browser in headed (visible) mode |
|
|
434
|
-
| `--chrome` |
|
|
434
|
+
| `--chrome` | Shortcut for `--runtime chrome --headed` (uses real Chrome, bypasses bot detection) |
|
|
435
435
|
| `--cdp <port>` | Connect to Chrome on a specific debugging port |
|
|
436
436
|
| `--connect` | Auto-discover and connect to a running Chrome instance |
|
|
437
437
|
| `--provider <name>` | Cloud browser provider (browserless, browserbase) |
|