hover
Move the mouse pointer over a web element using CSS, XPath, or other locator strategies. Solves automating hover-dependent UI interactions during browser testing.
Instructions
Hover the mouse over an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds | |
| selector | Yes | CSS selector, XPath, or other locator value |