Back to Docs
Interaction

hover

Move the mouse cursor to the center of an element. Triggers CSS :hover styles and mouseover events.

Usage

$ cdpilot hover <selector>

Arguments

NameRequiredDescription
selectorrequiredCSS selector of the target element

Examples

Hover over a dropdown trigger

$ npx cdpilot hover ".dropdown-trigger"