Skip to main content
Glama

Selenium MCP Server

browser_switch_tab_or_window

Switch between browser tabs or windows by specifying the window handle, enabling efficient management of multiple web sessions during automation with Selenium WebDriver.

Instructions

Switch to a different browser tab or window

Input Schema

NameRequiredDescriptionDefault
windowHandleYesThe handle of the window to switch to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "windowHandle": { "description": "The handle of the window to switch to", "type": "string" } }, "required": [ "windowHandle" ], "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