browser_select_option
Select a dropdown option by value or label to update form fields in a browser automation session.
Instructions
Select an option in a dropdown () by value or label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Snapshot ref or locator of the <select> element. | |
| values | Yes | Option values or labels to select. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |