browser4-cli 4.13.12 → 4.13.14
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 +2 -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
|
@@ -122,7 +122,7 @@ Need to process multiple pages?
|
|
|
122
122
|
├─ List of known URLs (in a file)? → crawl --seed-file urls.txt --depth 0 --sql @query.sql
|
|
123
123
|
├─ Crawl from a start URL (follow links)? → crawl <url> --out-link-selector "..." --depth N
|
|
124
124
|
├─ Need parallel execution (high throughput)? → swarm create → swarm query --seed-file ...
|
|
125
|
-
├─ Repeated monitoring (check every hour)? → loop -- eval "..."
|
|
125
|
+
├─ Repeated monitoring (check every hour)? → loop -i 3600 -- eval "..."
|
|
126
126
|
└─ Just a few URLs in a shell script?
|
|
127
127
|
→ browser4-cli open --headed "https://first-url" # humans: open once, visibly
|
|
128
128
|
→ for url in ...; do browser4-cli goto "$url"; ... done
|
|
@@ -701,7 +701,7 @@ browser4-cli (Rust) ──MCP over HTTP──▶ browser4-rest (Kotlin/Spring)
|
|
|
701
701
|
|
|
702
702
|
Browser4 includes a lightweight **MockSite** server that serves static HTML pages for testing and demos. Start it from the repository root:
|
|
703
703
|
|
|
704
|
-
**Windows:** `./bin/test.ps1 mock-site -Dmock.site.port=18080`
|
|
704
|
+
**Windows (pwsh — PowerShell 7+):** `./bin/test.ps1 mock-site -Dmock.site.port=18080`
|
|
705
705
|
**Linux/macOS:** `./bin/test.sh mock-site -Dmock.site.port=18080`
|
|
706
706
|
|
|
707
707
|
Key demo pages are served at `http://localhost:18080/generated/`. For the full page listing, environment variables, Python fallback, and Maven-based launch, see [MockSite](docs/mocksite.md). For the test taxonomy and tagging system, see [Test Taxonomy](docs/TESTING.md).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|