browserHover
Simulate mouse hover over a specific page element using its XPath reference, with configurable wait time for snapshot capture, enabling precise interactions in web automation workflows.
Instructions
悬停在页面元素上
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | 页面ID | |
ref | Yes | 元素的xp引用值 | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |