set_window_size
Set browser window dimensions by specifying width and height in pixels, enabling precise control over viewport size for responsive design testing and automation.
Instructions
Set browser window width and height in pixels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Width in pixels | |
| height | Yes | Height in pixels |