hover
Hover the mouse over elements in Electron apps to trigger UI interactions, with options to bypass overlays and set custom timeouts.
Instructions
Hover the mouse over an element. Pass selector or ref. Pass force: true to skip actionability checks when an overlay intercepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| ref | No | Ref from snapshot. Alternative to selector. | |
| timeoutMs | No | Default 5000. | |
| force | No | Skip actionability checks (default false). Set true if an overlay is intercepting pointer events. |