Definition
Fields
force
Boolean
Whether to bypass normal actionability checks. Defaults to false.
modifiers
[ModifierKey]
Array of modifier keys (e.g., SHIFT, CONTROL) to press during the hover.
Example: [ALT]
position
PointOptions
Specific point, relative to the element’s top-left corner, to hover over.
Example: { x: 0, y: 0 }