browser_type
ActiveTool of io.github.saloprj/dialogbrain
Type text into an element with per-keystroke delay (organic). Each character dispatches keydown/keypress/keyup, unlike browser.fill which replaces .value instantly. Use when the page listens to keystroke events or for typing-speed fingerprint checks. `ref` is an aria-ref token from browser.snapshot ('e7') or a CSS selector. `delay_ms` defaults to 50.
Parameters schema
{
"type": "object",
"title": "tool_typeArguments",
"required": [
"page_id",
"ref",
"text"
],
"properties": {
"ref": {
"type": "string",
"title": "Ref"
},
"text": {
"type": "string",
"title": "Text"
},
"page_id": {
"type": "string",
"title": "Page Id"
},
"delay_ms": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Delay Ms",
"default": 50
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries