browser_set_viewport
Configure browser viewport width and height, plus mobile emulation, to test responsive layouts and device-specific rendering.
Instructions
Set browser viewport dimensions and mobile device emulation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Viewport width in pixels | |
| height | Yes | Viewport height in pixels | |
| mobile | No | Enable mobile emulation | |
| device_scale_factor | No | Device scale factor (DPI) |