browser_select_option
Select one or more options in a dropdown using a snapshot reference or CSS/text selector. Handles both single and multi-select by value or label.
Instructions
Select one or more options in a dropdown identified by a snapshot ref (eN) or selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Exact target reference from a snapshot (e.g. 'e5'), or a unique Playwright selector (CSS/text). | |
| values | Yes | Option value(s) or label(s) to select. Multiple for a multi-select. | |
| element | No | Human-readable element description used to obtain permission to interact with the element. |