browser_resize
Resize the browser viewport to specified pixel dimensions and capture a snapshot to verify the new layout.
Instructions
Resize the browser viewport to the given width and height, then return a snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Viewport width in pixels. | |
| height | Yes | Viewport height in pixels. |