Hover over Element by Description
hover_whatHover over a web element matching a description, triggering real hover effects like tooltips and dropdown menus. Use after observing the element to interact with hover-only actions.
Instructions
Hover the mouse over the element best matching description.
Real :hover (not synthetic): triggers tooltips, dropdown-on-hover
menus, hover-only action buttons. Use after the element shows up
in observe — for divs that observe filters out (figures, plain
<div>s with :hover rules), introspect via inspect_element or
fall back to eval_js.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |