manage_window
Retrieve or adjust the browser window's size, position, or state. Use actions to get dimensions, set exact coordinates, maximize, or minimize.
Instructions
Get or change the browser window's size, position, or state. Args: action: 'get_rect', 'set_rect' (requires x, y, width, height), 'maximize', or 'minimize'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| width | No | ||
| action | No | get_rect | |
| height | No |