playwright__browser_hover
Simulate mouse hover on a page element to trigger hover states, reveal menus, or interact with dynamic content using an element selector or snapshot reference.
Instructions
[playwright] Hover over element on page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Exact target element reference from the page snapshot, or a unique element selector | |
| element | No | Human-readable element description used to obtain permission to interact with the element |