click
Click at absolute coordinates. Optionally capture the resulting screen state or wait for UI updates in the same call.
Instructions
Click at absolute coords. observe='screenshot'|'parse' returns the resulting screen state
in the SAME call (saves a round-trip); settle_ms waits for the UI to update first. Default 'none'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | ||
| observe | No | none | |
| instance | No | ||
| settle_ms | No |