screenshot_virtual_display
Capture the entire Xvfb virtual display as a PNG by specifying the display number and output path.
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 |