selectOption
Choose a dropdown option in Chrome for automation using APOM ID or CSS selector, with value, text, or index options.
Instructions
Select dropdown option by APOM ID or CSS selector. Specify value, text, or index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | APOM element ID from analyzePage for select element. Either id or selector required. | |
| text | No | Option text content (priority 2) | |
| index | No | Option index, 0-based (priority 3) | |
| value | No | Option value attribute (priority 1) | |
| selector | No | CSS selector for select element. Either id or selector required. |