pilot_hover
Hover over a webpage element to reveal hidden content, trigger CSS hover effects, or inspect tooltip text. Accepts an element reference from a snapshot.
Instructions
Hover the mouse over an element, triggering hover states, tooltips, and dropdown menus. Use when the user wants to reveal hidden content, trigger a CSS :hover effect, or inspect tooltip text.
Parameters:
ref: Element reference from snapshot (e.g., "@e7") or a CSS selector
Returns: Confirmation with the hovered element ref.
Errors:
"Element not found": The ref is stale. Run pilot_snapshot to get fresh refs.
Timeout (5s): The element could not be hovered — it may be off-screen or detached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref (@e3) or CSS selector |