hover
Simulate mouseover on a page element to expose tooltips, dropdowns, or expandable content. Returns updated page state with newly revealed elements 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"). |