Resize Window
resize_windowSet an application window to precise width and height in pixels. Specify the app name and optionally a window title to target.
Instructions
Resize a window to specific dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Application name (e.g. 'Safari') | |
| width | Yes | Window width in pixels | |
| height | Yes | Window height in pixels | |
| windowTitle | No | Specific window title. If omitted, targets the first window. |