screenshot
Capture browser screenshots with options to target specific elements, include full-page scrollable areas, or display labeled interactive elements for web automation and testing.
Instructions
Capture page screenshot.
Options:
ref: Screenshot specific element by ref (e.g., 'e5')
fullPage: Capture entire scrollable area
withLabels: Show Vimium-style ref labels on interactive elements
When withLabels is used, labels are color-coded by role:
Yellow: links
Orange: buttons
Coral: text inputs
Pink: checkboxes/radios
Blue: images/videos
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Element ref from snapshot to screenshot. If not provided, screenshots the viewport. | |
| fullPage | No | Take full page screenshot instead of viewport. | |
| withLabels | No | Show Vimium-style ref labels on interactive elements in the screenshot. |