mouse_move
Moves the mouse to an exact pixel coordinate in a Windows 98 VM for precise UI automation. Locks the VM session; call vm_unlock after use.
Instructions
Move the mouse to an exact zero-based physical pixel coordinate. VM remains locked by this session; call vm_unlock when finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Zero-based physical screen coordinate. | |
| y | Yes | Zero-based physical screen coordinate. | |
| duration_ms | No |