find
Locate on-screen elements by their visible text or accessible name, using a human-like scan that supports shadow DOM. Returns ranked matches with reference IDs to enable clicking or hovering in subsequent steps.
Instructions
Identification: locate on-screen elements by their visible text or accessible name (shadow-DOM aware), the way a human scans a page. Returns ranked matches with [ref], role, and on-screen rect. Use when you don't already have a ref, then click/move_to/hover by [ref] — or use click_text to do it in one step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| maxResults | No |