Skip to main content
Glama

Chrome Debug MCP Server

select

Use this tool to programmatically select an option in a dropdown on a webpage by specifying its CSS selector and desired value or label.

Instructions

Select an option in a dropdown

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for select element
valueYesOption value or label to select

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for select element", "type": "string" }, "value": { "description": "Option value or label to select", "type": "string" } }, "required": [ "selector", "value" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Debug MCP Server

Related Tools

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/robertheadley/chrome-debug-mcp'

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