chrome_find
Locate controls, text, or regions on a Chrome page by query, returning ranked matches with stable identifiers and coordinates for targeted interaction.
Instructions
Find matching controls/text/regions on the current Chrome page by query. Returns ranked matches with stable uids and coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| query | Yes | What to find, e.g. 'merge button', 'email error', 'approve PR'. | |
| targetId | No | Chrome tab id to target. | |
| background | No | If true, avoid explicit Chrome focus/tab activation (default). Pass false to allow foreground work. | |
| maxElements | No | ||
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. |