Hover element
hoverMove the mouse pointer over a UI element to reveal menus, tooltips, and dropdowns. Include a snapshot to capture the revealed content in the same call.
Instructions
Move the mouse over an element without clicking it.
This is how you open hover-triggered menus, tooltips and dropdowns before reading what they reveal — pass include_snapshot=true to get the revealed content back in the same call.
Only moves the pointer; it does not scroll. If the element sits outside the viewport, call scroll_to_selector first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Element uid from the most recent take_snapshot, e.g. "4_12". uids are invalidated whenever the page changes — if you get "unknown uid", take a fresh snapshot and retry with the new uid. | |
| include_snapshot | No | Append a fresh page snapshot to the response. Worth it when this action changes the page and take_snapshot would be your next call anyway — it saves a round trip, at the cost of a much larger response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |