find
Locate webpage elements using natural language queries by purpose or text content, returning up to 20 actionable references for browser automation.
Instructions
Find elements on the page using natural language. Can search for elements by their purpose (e.g., "search bar", "login button") or by text content (e.g., "organic mango product"). Returns up to 20 matching elements with references that can be used with other tools. If more than 20 matches exist, you'll be notified to use a more specific query. If you don't have a valid tab ID, use tabs_context first to get available tabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language description of what to find (e.g., "search bar", "add to cart button", "product title containing organic") | |
| tabId | Yes | Tab ID to search in. Must be a tab in the current group. Use tabs_context first if you don't have a valid tab ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| more | Yes | ||
| results | Yes | ||
| provenance | No |