browser_hover_element
Trigger hover events on web elements to reveal dropdown menus, tooltips, and hidden UI content by simulating realistic browser mouse behavior.
Instructions
[Disabled] Hover over an element to trigger hover events (mouseenter, mouseover, pointermove, etc.). This reveals dropdown menus, tooltips, and hidden UI that only appears on mouseover. Dispatches a realistic pointer/mouse event sequence matching real browser behavior. Suggest taking a screenshot after hovering to see the result.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID of the page to interact with | |
| selector | Yes | CSS selector of the element to hover over |