browser_setViewport
Change the browser viewport dimensions to test responsive layouts or capture screenshots at specific widths and heights.
Instructions
Change the viewport size (width × height). Useful for responsive testing or capturing full-page screenshots at specific dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Viewport width in pixels (default: 1280) | |
| height | Yes | Viewport height in pixels (default: 720) |