Browser Hover
browser_hoverMove the cursor over an element to trigger dropdowns, tooltips, or hover-only content before clicking. Use it to reveal hidden UI elements that appear on mouseover.
Instructions
Hover over an element to trigger dropdown menus, tooltips, hover effects, or any mouseover-activated content. The mouse moves to the element center and stays there. Use this before browser_click when a menu only appears on hover, or to reveal hidden UI elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Force a specific mode. Defaults to extension. | |
| selector | Yes | CSS selector of the element to hover over. | |
| sessionId | No | Puppeteer session ID for headless mode. Skips mode selection. |