veil_screenshot
Capture PNG screenshots of the current viewport, a specific element by snapshot ref, a custom rectangle, or the full scrollable page.
Instructions
Capture a PNG screenshot (returned as an image for vision). Default is the current viewport. Pass a snapshot ref to shoot just that element's bounding box, clip for an explicit {x,y,width,height} page rectangle, or fullPage:true for the whole scrollable page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | snapshot ref — shoot just this element | |
| clip | No | explicit page-coordinate rectangle | |
| fullPage | No | capture the whole scrollable page |