get_window_info
Retrieves the current position and dimensions of the application window, providing x, y coordinates and width, height in pixels.
Instructions
Get basic information about the application window.
Returns JSON with window position and dimensions:
x, y: Window position on screen
width, height: Window dimensions in pixels
Useful for understanding window placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |