browser_select_option
Choose one or multiple options from a dropdown on a webpage. Specify the target element and values to enable precise interaction through structured accessibility snapshots via the Playwright MCP server.
Instructions
Select an option in a dropdown
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element | Yes | Human-readable element description used to obtain permission to interact with the element | |
| ref | Yes | Exact target element reference from the page snapshot | |
| values | Yes | Array of values to select in the dropdown. This can be a single value or multiple values. |