Chrome Debug MCP Server

by robertheadley
Verified

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

ID: nguhnsghor