playwright_select
Select a dropdown option by specifying the CSS selector of the select element and the value or label to choose.
Instructions
Select an option in a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the select element | |
| value | Yes | Value or label of the option to select |