resize_window
Resize a desktop window to precise pixel dimensions. Provide the window ID, new width, and height to adjust its size.
Instructions
Resize a window.
Use windows() to find the window ID first.
Args:
window_id: The window ID to resize.
width: New width in pixels.
height: New height in pixels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_id | Yes | ||
| width | Yes | ||
| height | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |