MCP Web Browser Server

by random-robbie
Verified

input_text

Simulate text input into web elements using CSS selectors on the MCP Web Browser Server. Ideal for automating form filling or interaction tasks in headless browser sessions.

Instructions

Input text into a specific element on the page. Args: selector: CSS selector for the input element text: Text to input context: Optional context object for logging (ignored) Returns: Confirmation message

Input Schema

NameRequiredDescriptionDefault
contextNo
selectorYes
textYes

Input Schema (JSON Schema)

{ "properties": { "context": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Context" }, "selector": { "title": "Selector", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "selector", "text" ], "title": "input_textArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Web Browser Server

Related Tools

ID: lwqlaw6k6d