resize_browser
Resize browser windows to specified dimensions using a Chrome Debug MCP Server. Enables precise window adjustment for automation tasks within persistent login sessions.
Instructions
调整浏览器窗口大小
Input Schema
Name | Required | Description | Default |
---|---|---|---|
size | Yes | 窗口大小,格式为 'width,height' |
Input Schema (JSON Schema)
{
"properties": {
"size": {
"description": "窗口大小,格式为 'width,height'",
"type": "string"
}
},
"required": [
"size"
],
"type": "object"
}