Hover

Move the pointer over an element by ref.

terminal
pinchtab hover e5
curl -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.