Skip to main content
Glama

MCP-Midscene

by MauroCor

midscene_set_active_tab

Set a specific browser tab as active using its unique ID. Requires tab ID from midscene_get_tabs for precise tab switching during automated test flows.

Instructions

Switches the browser's focus to the tab specified by its ID. Use midscene_get_tabs first to find the correct tab ID.

Input Schema

NameRequiredDescriptionDefault
tabIdYesThe ID of the tab to set as active.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tabId": { "description": "The ID of the tab to set as active.", "type": "string" } }, "required": [ "tabId" ], "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/MauroCor/mcp-midscene'

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