select
Pick one or multiple values from a dropdown menu using a CSS selector. Set the value(s) and optional timeout for reliable interaction.
Instructions
Select option(s) from a dropdown/select element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value(s) to select | |
| timeout | No | Timeout in ms (default: 30000) | |
| selector | Yes | CSS selector for the select element |