resize_page
Resize a browser window to exact width and height for a specified page, ensuring accurate viewport dimensions for visual checks and testing.
Instructions
Resizes the page's window so that the page has specified dimension
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Page width | |
| height | Yes | Page height | |
| pageId | Yes | Targets a specific page by ID. |