browser_setViewport
Change the browser viewport width and height to test responsive web designs at different screen sizes.
Instructions
Change the viewport size (width × height). Useful for responsive testing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Viewport width in pixels (default: 1280) | |
| height | Yes | Viewport height in pixels (default: 720) |