select
Choose an option from a select dropdown using its CSS selector, with optional matching by 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) |