browser_find
Locate interactive elements on a page by description (e.g., 'login button') and return their IDs, saving time vs. scanning the full snapshot.
Instructions
Find interactive elements matching a description (e.g. 'search box', 'Sign in button') and get just the matches with their ids — far cheaper than reading a full snapshot when you know what you want.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to look for, e.g. 'login button' |