Skip to main content
Glama

Selenium MCP Server

browser_select_dropdown_by_value

Select specific options from dropdown menus in web browsers using locator strategies and option values for automated testing and interaction.

Instructions

Select dropdown by value

Input Schema

NameRequiredDescriptionDefault
byYesLocator strategy to find element
timeoutNoMaximum time to wait for element in milliseconds
valueYesValue of the option to select

Input Schema (JSON Schema)

{ "properties": { "by": { "description": "Locator strategy to find element", "enum": [ "id", "css", "xpath", "name", "tag", "class", "link", "partialLink" ], "type": "string" }, "timeout": { "description": "Maximum time to wait for element in milliseconds", "type": "number" }, "value": { "description": "Value of the option to select", "type": "string" } }, "required": [ "by", "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/pshivapr/selenium-mcp'

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