Smithery

browser_wait_for

Wait for an element to appear on the page, then return a screenshot. Useful after navigation or form submissions.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called browser_wait_for? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "timeout": {
      "type": "integer",
      "default": 5000,
      "maximum": 15000,
      "minimum": 500,
      "description": "Max wait time in milliseconds"
    },
    "selector": {
      "type": "string",
      "description": "CSS selector to wait for"
    },
    "sessionId": {
      "type": "string",
      "description": "Session ID from browser_navigate"
    }
  }
}