Playwright MCP Server

playwright_select

Use this tool to select a specific value in a dropdown or select element on a webpage by providing a CSS selector and the desired value. Part of Playwright MCP Server for web automation and interaction.

Instructions

Select an element on the page with Select tag

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for element to select
valueYesValue to select

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for element to select", "type": "string" }, "value": { "description": "Value to select", "type": "string" } }, "required": [ "selector", "value" ], "type": "object" }
ID: iiafoz7ogl