hover
Hover over a page element to reveal hover-dependent UI like tooltips, dropdowns, or expandable content. Returns updated page state showing newly revealed elements. Use before clicking when content appears on mouseover.
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"). |