da_find_text
Locate an on-screen element by its text label using OCR and UI classification. Get its bounding box, center coordinates, and confidence to decide the next action (click, drag, or type).
Instructions
Locate the on-screen element whose text label matches text (OCR + UI-element classification). Returns the bounding box, the center coordinates, the recognized text, and the OCR confidence — but does NOT click. Set fuzzy: true for case-insensitive matching with whitespace normalization. Throws NOT_FOUND when no element matches. Use this when you need to decide an action (click vs. drag vs. type-into) based on element position; use da_click_text when you already know the action is "click the center".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| fuzzy | No | ||
| displayId | No |