hover
Hover over a specified element to reveal hidden UI, then optionally click an element that appears, such as a dropdown item. Use this to interact with menus and tooltips.
Instructions
Simulate a mouse hover over an element, optionally then clicking a second element that the hover reveals (e.g. an item in a dropdown menu). Args: selector: Element to hover over. then_click_selector: If given, click this element after hovering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| then_click_selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |