Squire Browser
browserRun headless Chromium in an offline sandbox to execute automation scripts, capture screenshots, and download generated artifacts locally.
Instructions
Run headless Chromium in a constrained offline sandbox and optionally download screenshots or other generated browser artifacts locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browser | No | Browser engine, currently chromium. | |
| download_artifacts_dir | No | Optional local directory to download screenshots or other browser artifacts into. | |
| files | No | Local file paths to stage. | |
| paths | No | Local directory paths to stage recursively. | |
| screenshot | No | Optional screenshot filename to produce. | |
| script | No | Path to a browser automation script to stage. | |
| timeout | No | Browser timeout in seconds. | |
| url | No | Offline URL to open, such as a file:// URL. |