Hover
Move the pointer over an element by selector or ref.
pinchtab hover e5curl -X POST http://localhost:9867/action \ -H "Content-Type: application/json" \ -d '{"kind":"hover","ref":"e5"}'
Response
OK Use this when menus or tooltips appear only after hover.
CLI Flags
| Flag | Description |
|---|---|
--css | CSS selector instead of ref |
--x, --y | Hover at specific coordinates |
--json | Full JSON response |
--tab | Target specific tab |
The CLI accepts unified selector forms: e5, #menu, xpath://button, text:Menu, find:account menu.
Selector lookup is limited to current frame scope (default: main). Use /frame before iframe hover calls.