You're viewing a demo portfolio

Join the waitlist
PRSM

browser_type

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →