resize_window
Resize the active browser window to custom pixel dimensions for testing responsive designs or setting up specific screen sizes.
Instructions
Resize the current browser window to specified dimensions. Useful for testing responsive designs or setting up specific screen sizes. If you don't have a valid tab ID, use tabs_context first to get available tabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID to get the window for. Must be a tab in the current group. Use tabs_context first if you don't have a valid tab ID. | |
| width | Yes | Target window width in pixels | |
| height | Yes | Target window height in pixels |