browser_select_option
Select one or more options in a dropdown list during browser automation using a CSS selector or snapshot reference to identify the control.
Instructions
Select one or more values in a select control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Stable page ID; defaults to the session active page | |
| target | Yes | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector | |
| values | Yes | ||
| sessionId | No | Optional session ID; defaults to this MCP client active session |