ie_select
Select an option in a dropdown by label, value, or index to automate form interactions in legacy IE applications.
Instructions
Select an in a dropdown, by label (visible text), option_value, or index. Provide exactly one of label/option_value/index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| frame | No | ||
| index | No | option index (0-based) | |
| label | No | option visible text | |
| value | Yes | ||
| option_value | No | option value attribute |