悬停
web_hoverMove the mouse pointer over an element to trigger CSS hover effects, hover menus, and tooltips. Dispatches mouse move events for interaction.
Instructions
把鼠标移动到元素上方(常用于触发悬停菜单与提示)。
权限说明:派发鼠标移动事件,可能触发 CSS 悬停效果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | 最近一次快照中的引用编号,与 selector 二选一 | |
| timeout | No | 超时毫秒数,默认 10 秒,0 表示不限制 | |
| selector | No | CSS 选择器、text=关键词 或 testid=值,与 ref 二选一 |