browser_take_screenshot
Capture the current page as an image. Choose format, full-page scroll, or target a specific element.
Instructions
Take a screenshot of the current page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Element reference to screenshot (instead of full page) | |
| type | No | Image format, defaults to png | |
| element | No | Human-readable element description | |
| filename | No | Filename to save screenshot. Auto-generated if not provided. | |
| fullPage | No | Capture full scrollable page instead of viewport |