find_text_on_screen
Find specified text on screen and retrieve its clickable coordinates for automated clicking.
Instructions
Find specific text on screen and get its clickable coordinates. Like Ctrl+F for the entire screen. Returns matches with centerX/centerY for use with click_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to find (case-insensitive) | |
| app | No | App to search in. Omit for full screen. |