browser_hover
Hover over a web element by providing a locator strategy (id, css, xpath, etc.) and value. Optionally set a timeout in milliseconds to wait for the element to be present before hovering.
Instructions
Hover over an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds |