Skip to main content
Glama

Playwright MCP Server

by epi-builder

browser_type

Types text into specified web page elements during browser automation, enabling automated form filling and input field interaction.

Instructions

Type text into an element

Input Schema

NameRequiredDescriptionDefault
elementYesHuman-readable element description
refYesExact target element reference from page snapshot
textYesText to type into the element

Input Schema (JSON Schema)

{ "properties": { "element": { "description": "Human-readable element description", "type": "string" }, "ref": { "description": "Exact target element reference from page snapshot", "type": "string" }, "text": { "description": "Text to type into the element", "type": "string" } }, "required": [ "element", "ref", "text" ], "type": "object" }

Other Tools from Playwright MCP Server

Related Tools

    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/epi-builder/mcp-test'

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