Skip to main content

hover

Interaction

Moves the mouse over an element.

Parameters

Parameter Type Required Default Description
selector string Yes Element selector using type=value format
iframe string No CSS selector for iframe context
timeout number No 5000 Maximum wait time in milliseconds
position object No Hover offset {x, y}
modifiers array No [] Keyboard modifiers like Control Shift Alt Meta

Usage Example

RTILA X PROJECT JSON

    {
  "command": "hover",
  "params": {
    "selector": "css=.dropdown-trigger",
    "iframe": "",
    "timeout": 5000,
    "position": null,
    "modifiers": []
  }
}
  

Related Scenarios

Related Learning Articles

Was this helpful?