browser_take_screenshot
Capture web page screenshots with optional full-page, partial, or element-specific views. Use overlays and highlighting to identify interactive elements for visual verification.
Instructions
Capture screenshot with optional overlays, element highlighting, or partial capture
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | File path to save | |
| type | No | Image format | |
| padding | No | Padding around selector | |
| quality | No | JPEG quality 0-100 | |
| fullPage | No | Capture full page | |
| selector | No | CSS selector for partial screenshot | |
| deviceScale | No | Output scale factor | |
| showOverlays | No | Show numbered overlays on interactive elements | |
| highlightClickables | No | Highlight clickable elements |