Hover
Move the pointer over an element by ref.
pinchtab hover e5curl -X POST http://localhost:9867/action \ -H "Content-Type: application/json" \ -d '{"kind":"hover","ref":"e5"}'
Response
{
"success": true,
"result": {
"success": true
}
} Use this when menus or tooltips appear only after hover.