Smithery

browser_select_option

Select an option from a <select> dropdown element. Returns a screenshot after selection.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called browser_select_option? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "The value or visible text of the option to select"
    },
    "selector": {
      "type": "string",
      "description": "CSS selector of the <select> element"
    },
    "sessionId": {
      "type": "string",
      "description": "Session ID from browser_navigate"
    }
  }
}