interceptor_browser_screenshot
Capture screenshots of browser pages via proxy. Specify target ID and options for format, full page, and quality.
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 |
|---|---|---|---|
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch | |
| file_path | No | Optional path to save screenshot | |
| format | No | Image format (default: png) | png |
| full_page | No | Capture the full scrollable page | |
| quality | No | JPEG quality 0-100 (ignored for png) |