env_click
Click a running VM's screen at exact pixel coordinates from its screenshot, with left, right, or double-click options. Works through the hypervisor with no guest-side software.
Instructions
Click the environment's screen at a pixel position, 0-based, exactly as seen in env_screenshot. Left button unless button says otherwise; double for a double-click. Like env_screenshot it goes through the hypervisor and needs nothing of the guest, but the click lands wherever the pixel says, so screenshot first and aim. The environment must be running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | pixel column, 0-based, as seen in env_screenshot | |
| y | Yes | pixel row, 0-based, as seen in env_screenshot | |
| name | Yes | name of the environment | |
| button | No | left (default), right or middle | |
| double | No | double-click |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log | No | ||
| name | Yes |