browser_find
Locate webpage elements using natural language descriptions like "login button" or "search input" to enable automated browser interactions.
Instructions
Find elements on the page using natural language (e.g. "login button", "search input"). Returns refs you can use with click/type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language description of what to find | |
| limit | No | Max matches to return |