browser_resize
Adjust browser window dimensions by specifying width and height values for precise resizing during automated web testing with Selenium WebDriver.
Instructions
Resize the browser window
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | Yes | New height of the browser window | |
width | Yes | New width of the browser window |