Interaction
hover
Move the mouse cursor to the center of an element. Triggers CSS :hover styles and mouseover events.
Usage
$ cdpilot hover <selector>Arguments
| Name | Required | Description |
|---|---|---|
selector | required | CSS selector of the target element |
Examples
Hover over a dropdown trigger
$ npx cdpilot hover ".dropdown-trigger"