Skip to main content
Glama

Playwright MCP Server

by b3nw

browser_type

Automate text input into specified web elements using a CSS selector, enabling precise interaction with web pages for testing or automation tasks.

Instructions

Type text into an input field specified by selector

Input Schema

NameRequiredDescriptionDefault
selectorYes
textYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "selector": { "type": "string" }, "text": { "type": "string" } }, "required": [ "selector", "text" ], "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/b3nw/playwright-mcp-server'

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