Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

selectOption

Automate dropdown or select element interactions by specifying a CSS selector and array of values to select in web pages using Playwright-powered browser automation.

Instructions

Select option(s) in a dropdown or select element

Input Schema

NameRequiredDescriptionDefault
selectorYes
valuesYesArray of values to select

Input Schema (JSON Schema)

{ "properties": { "selector": { "type": "string" }, "values": { "description": "Array of values to select", "items": { "type": "string" }, "type": "array" } }, "required": [ "selector", "values" ], "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/jomon003/PlayMCP'

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