hover_element
Hover the mouse cursor over a specified web element to trigger hover-dependent UI interactions, using selectors like CSS, XPath, or text.
Instructions
Hover mouse over a target element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | Selector or value to identify the element to hover over | |
| strategy | No | Strategy to find element (css, xpath, id, name, tag, class, text, partialText). Default: css | css |
| timeoutMs | No | Wait timeout in milliseconds (default: 10000) |