Skip to main content
Glama

Concurrent Browser MCP

by sailaoda

browser_select_option

Select a specific value from a dropdown element in a browser instance using an element selector and instance ID. Configure timeout settings for optimal performance within the Concurrent Browser MCP environment.

Instructions

Select an option from a dropdown

Input Schema

NameRequiredDescriptionDefault
instanceIdYesInstance ID
selectorYesElement selector
timeoutNoTimeout in milliseconds
valueYesValue to select

Input Schema (JSON Schema)

{ "properties": { "instanceId": { "description": "Instance ID", "type": "string" }, "selector": { "description": "Element selector", "type": "string" }, "timeout": { "default": 30000, "description": "Timeout in milliseconds", "type": "number" }, "value": { "description": "Value to select", "type": "string" } }, "required": [ "instanceId", "selector", "value" ], "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/sailaoda/concurrent-browser-mcp'

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