screenshot
Capture a screenshot of the Tabby terminal window or a specific element using a CSS selector. Optionally save to a file or return base64.
Instructions
Capture screenshot of Tabby terminal window or specific element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target tab: index (0=first, -1=last) or WebSocket URL from list_targets | |
| selector | No | CSS selector for element screenshot (optional, full window if omitted) | |
| format | No | Image format | jpeg |
| quality | No | JPEG quality (ignored for PNG) | |
| save_path | No | File path to save screenshot (optional, returns base64 if omitted) |