find_text_on_screen
Locate any text on your macOS screen by specifying the string to search for. Returns the on-screen position, enabling automated clicking or further actions.
Instructions
Find text on screen and return its location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to search for on screen | |
| case_sensitive | No | Whether search should be case sensitive |