playwright__browser_select_option
Select one or more values from a dropdown using a target element reference or unique selector, enabling automated form choices during browser interactions.
Instructions
[playwright] Select an option in a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Exact target element reference from the page snapshot, or a unique element selector | |
| values | Yes | Array of values to select in the dropdown. This can be a single value or multiple values. | |
| element | No | Human-readable element description used to obtain permission to interact with the element |