hover
Trigger hover-dependent UI elements like tooltips and dropdowns by moving the mouse over a selector. Reveals hidden content and returns the updated page state for subsequent actions.
Instructions
Hover the mouse over a page element to trigger hover-dependent UI such as tooltips, dropdown menus, or expandable content. Returns post-action page_state showing any newly revealed elements. Use this before click when content only appears on mouseover; use click instead if the element needs activation rather than hover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widen | No | When true, return the full-page diff instead of scoping to the interacted container. Default: false. | |
| selector | Yes | CSS selector or @eN element reference from page_map targeting the element to hover over (e.g. "@e2", ".menu-trigger", "nav li"). |