browser_hover
Hover over an element identified by CSS selector. Optionally target a specific tab for concurrent multi-agent use.
Instructions
Hover over an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| selector | Yes | CSS selector of the element to hover. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. |