Smithery
browser_fill
Type text into an input field on the current browser page. Clears the field first, then types the value.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called browser_fill?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "Text to type into the field"
},
"selector": {
"type": "string",
"description": "CSS selector for the input field (e.g. '#email', 'input[name=password]', 'textarea')"
},
"sessionId": {
"type": "string",
"description": "Session ID from browser_navigate"
}
}
}