launch_on_virtual_display
Launches a GUI app on a virtual Xvfb display, automatically creating the display if required.
Instructions
Launch a GUI app on an Xvfb virtual display (creates it if needed).
Args: params (LaunchVirtualInput): display number and command line.
Returns: str: JSON {"ok": true, "display": ":99", "pid": N, "command": "..."}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |