screenshot
Capture desktop screenshots for documentation or testing. Specify applications, windows, or elements to crop precisely, or capture the full screen.
Instructions
Capture the screen and return an image.
With no arguments, captures the full desktop. Specify one
parameter to crop to a specific target.
Args:
app: Crop to this application's window.
window_id: Crop to this specific window.
element_id: Crop to this element's bounding box.
padding: Extra pixels around the crop region.
monitor: Capture only this monitor (0-indexed).Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| window_id | No | ||
| element_id | No | ||
| padding | No | ||
| monitor | No |