click
Click at absolute pixel coordinates in a sandboxed desktop instance. Supports left, middle, or right click with optional screenshot observation and settle delay.
Instructions
Click at absolute pixel coords (top-left origin) in an instance.
Returns {"ok", "action", "instance", "detail"}. button: 1=left, 2=middle, 3=right.
observe='screenshot'|'parse' additionally returns the resulting screen state in the SAME
call (saves a round-trip); settle_ms (max 5000) waits for the UI to update first — use
400–1500 after anything that navigates or submits. Fails (isError) if the instance is down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | ||
| observe | No | none | |
| instance | No | ||
| settle_ms | No |