browser_resize
Resize the browser window to specified dimensions using width and height parameters for automated testing within the Playwright framework on Cloudflare Workers.
Instructions
Resize the browser window
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | Yes | Height of the browser window | |
width | Yes | Width of the browser window |