browser_take_screenshot
Capture a page or single element as a PNG, JPEG, or WebP image. Use a ref or selector to target specific elements, or get the full scrollable page.
Instructions
Capture a screenshot of the page (or a single element via a ref/selector) as a PNG, JPEG, or WebP image content block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Image format for the screenshot. Defaults to png. | |
| target | No | Optional element ref (eN) or selector to screenshot instead of the page. | |
| element | No | Human-readable element description used to obtain permission to interact with the element. | |
| filename | No | Optional file name hint for the client to save the image under. | |
| fullPage | No | Capture the full scrollable page instead of just the viewport (ignored for element shots). |