MCP-Server-Playwright

browser_select_text

Select an element on the page with Select tag by its text content

Input Schema

NameRequiredDescriptionDefault
textYesText content of the element to select
valueYesValue to select

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "Text content of the element to select", "type": "string" }, "value": { "description": "Value to select", "type": "string" } }, "required": [ "text", "value" ], "type": "object" }