Skip to main content
Glama

Bright Data Web MCP

by dsouza-anush

scraping_browser_type

Type text into web page elements using CSS selectors to automate form filling and data entry tasks during web scraping and browser automation.

Instructions

Type text into an element

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the element to type into
submitNoWhether to submit the form after typing (press Enter)
textYesText to type

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for the element to type into", "type": "string" }, "submit": { "description": "Whether to submit the form after typing (press Enter)", "type": "boolean" }, "text": { "description": "Text to type", "type": "string" } }, "required": [ "selector", "text" ], "type": "object" }

Other Tools from Bright Data Web MCP

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/dsouza-anush/brightdata-mcp-heroku'

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