da_click_text
Click an on-screen element by matching its text label. Uses OCR and UI-element classification to locate the text, click the center, and return coordinates and recognized text.
Instructions
Click the on-screen element whose text label matches text. Uses OCR + UI-element classification to locate the text, then clicks the center of its bounding box. Set fuzzy: true for case-insensitive matching with whitespace normalization. Returns the clicked coordinates, the matched bbox, and the recognized text. Throws NOT_FOUND when no element matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| fuzzy | No | ||
| displayId | No |