browser_find_targets
Search the last observed web page state for interactive elements by role, name, or enabled state to quickly locate targets for automation.
Instructions
Search the last observed page state for nodes matching specific criteria (role, name content, enabled state). Extremely fast and token-efficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by accessibility role (e.g. 'button', 'textbox'). | |
| onlyEnabled | No | Filter to only enabled/interactable elements. | |
| nameIncludes | No | Filter by substring in the accessible name. |