resize_window
Resize any application window to exact pixel dimensions by specifying width and height.
Instructions
Resizes a window to specified width and height
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Application name | |
| windowIndex | No | 1-based window index | |
| windowTitle | No | Window title | |
| width | Yes | New width in pixels | |
| height | Yes | New height in pixels |