Skip to main content
Glama

Selenium MCP Server

browser_resize

Adjust browser window dimensions by specifying width and height values for precise resizing during automated web testing with Selenium WebDriver.

Instructions

Resize the browser window

Input Schema

NameRequiredDescriptionDefault
heightYesNew height of the browser window
widthYesNew width of the browser window

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "height": { "description": "New height of the browser window", "type": "number" }, "width": { "description": "New width of the browser window", "type": "number" } }, "required": [ "width", "height" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pshivapr/selenium-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server