MCP Playwright CDP

by lars-hagen
Verified

playwright_select

Automate the selection of elements with Select tags on web pages using CSS selectors and specified values, enhancing browser interactions through the Playwright framework with Chrome DevTools Protocol support.

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" }

You must be authenticated.

Other Tools from MCP Playwright CDP

Related Tools

ID: fdvu5n58kv