chrome_hover
Trigger hover effects and tooltips by moving Chrome's mouse pointer to an element via uid, selector, or x/y coordinates.
Instructions
Hover over an element by uid, selector, or x/y using Chrome pointer movement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| uid | No | ||
| selector | No | ||
| targetId | No | Chrome tab id to target. | |
| background | No | If true, avoid explicit Chrome focus/tab activation (default). Pass false to allow foreground work. | |
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. |