resize_window
Resize a window to specified pixel dimensions by identifying it via title or handle.
Instructions
Resize a window to a new width and height.
Args: params (ResizeWindowInput): target window plus new width, height.
Returns: str: JSON with the window's updated geometry, or an error if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |