browser_resize
Adjust the dimensions of a browser window by specifying width and height in Playwright MCP, enabling precise control for web automation tasks.
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 |