browser_resize
Resize a browser window to specified dimensions during automated testing, ensuring consistent viewport for parallel browser sessions.
Instructions
Resize the browser window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Width of the browser window | |
| height | Yes | Height of the browser window | |
| sessionId | Yes | The session ID to use for this operation |