select_option
Select options in a dropdown menu by specifying their values or visible text labels, using a CSS selector or element reference.
Instructions
Select option(s) of a by value or visible label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Element ref from a prior read (exactly one of selector|ref) | |
| tabId | No | Target tab id (defaults to the active tab) | |
| values | Yes | ||
| selector | No | CSS selector (exactly one of selector|ref) |