Skip to main content
Glama

MCP-Undetected-Chromedriver

by dragons96

browser_fill

Fill specified input fields using CSS selectors and values to automate form interactions in Chrome, bypassing anti-bot detection for web automation and testing tasks.

Instructions

fill out an input field

Args: selector: CSS selector for input field - required value: The value to fill - required

Input Schema

NameRequiredDescriptionDefault
selectorYes
valueYes

Input Schema (JSON Schema)

{ "properties": { "selector": { "title": "Selector", "type": "string" }, "value": { "title": "Value", "type": "string" } }, "required": [ "selector", "value" ], "title": "browser_fillArguments", "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/dragons96/mcp-undetected-chromedriver'

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