Screenshot
browser_screenshotCapture the current browser page or a specific element as a base64-encoded PNG or JPEG image for visual inspection, debugging, or sharing within AI client workflows.
Instructions
Take a screenshot of the current page (or a specific element) and return it as a base64-encoded image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Image format of the screenshot (default: png) | |
| quality | No | JPEG quality 0-100 (only used with format jpeg) | |
| selector | No | Optional CSS selector or @eN handle; when provided only that element is captured |