Skip to main content
Glama

AI Vision Debug MCP Server

playwright_select

Automatically select a specific option in a dropdown element using a CSS selector and desired value, streamlining UI interactions in the AI Vision Debug MCP Server.

Instructions

Select an option in a dropdown

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the select element
valueYesValue or label of the option to select

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for the select element", "type": "string" }, "value": { "description": "Value or label of the option to select", "type": "string" } }, "required": [ "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/samihalawa/mcp-server-ai-vision'

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