screenshot_virtual_display
Capture a full screenshot of a Xvfb virtual display to a PNG file. Provide the display number and output path to receive a JSON response with the image path and dimensions.
Instructions
Capture the whole Xvfb virtual display to a PNG.
Args: params (ScreenshotVirtualInput): display number and output path.
Returns: str: JSON {"ok": true, "path": "...", "width": W, "height": H}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |