move_window
Move an application window to specific X and Y coordinates on the screen.
Instructions
Moves a window to specified x, y coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Application name | |
| windowIndex | No | 1-based window index | |
| windowTitle | No | Window title | |
| x | Yes | New X coordinate | |
| y | Yes | New Y coordinate |