browser_mouseMove
Move the mouse pointer to exact X/Y coordinates. Use segmented steps to emulate human-like cursor movement for realistic browser automation.
Instructions
模拟鼠标移动到指定坐标。支持分段移动(模拟真人轨迹)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | 目标 X 坐标 | |
| y | Yes | 目标 Y 坐标 | |
| steps | No | 移动步数(越多越平滑,默认 10) |