interceptor_browser_screenshot
Capture a browser page screenshot by target ID, saving it to a provided file path or reporting the byte count when no path is specified.
Instructions
Take a screenshot of the bound page. Saves to file_path if provided; otherwise reports byte count without embedding the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Image format (default: png) | png |
| quality | No | JPEG quality 0-100 (ignored for png) | |
| file_path | No | Optional path to save screenshot | |
| full_page | No | Capture the full scrollable page | |
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch |