hover
InteractionMoves 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
- View /scenarios/basic-navigation/3 · basic navigation
Related Learning Articles
Was this helpful?
Thank you for your feedback!