zen_find
Locate elements on a web page by describing them in natural language, such as 'login button' or 'search bar'.
Instructions
Find elements on the page using natural language description.
Args: query: What to find (e.g. "login button", "search bar", "email input") tab_id: Optional tab to target. Defaults to active tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| tab_id | No |