browser_hover
Hover over an element in the active browser tab to trigger mouse-over interactions like tooltips or dropdowns. Optionally target a specific tab using its tab ID.
Instructions
Hover the mouse over an element. Supports targeting a specific tab via tabId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref from page snapshot | |
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). | |
| element | No | Human-readable description of the element |