select
Pick an option in a dropdown menu by specifying the element's CSS selector and the option's visible text or value attribute.
Instructions
Choose an option in a element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the target <select> element | |
| text | No | Option visible text (case-insensitive partial match) | |
| value | No | Option value attribute (takes precedence over text) |