Move Window
move_windowMove an application window to exact screen coordinates by providing app name and X, Y values. Targets the first window if title omitted.
Instructions
Move a window to a specific position on screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Application name (e.g. 'Safari') | |
| x | Yes | X coordinate for top-left corner | |
| y | Yes | Y coordinate for top-left corner | |
| windowTitle | No | Specific window title. If omitted, targets the first window. |