chrome_hover
Hover over an element using a CSS selector to trigger React synthetic hover events, enabling dropdowns and tooltips to appear before clicking in single-page applications.
Instructions
Hover over an element using a CSS selector. Essential for React SPAs where hover activates synthetic event handlers. Use before chrome_click when dealing with dropdowns, tooltips, or interactive elements that require hover state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element to hover |