computer.click
Clicks a UI element by visible text, ID, or coordinates. Resolves targets via accessibility, OCR, and vision, then verifies the result.
Instructions
Click a UI element. Target can be: visible text ('Continue'), an element id from computer.observe ('element_17'), or coordinates ({'x': 500, 'y': 300}). The engine resolves it via accessibility first, then OCR, then vision - and verifies the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | left | |
| target | Yes | ||
| verify | No |