Select Option
selectChoose an option from a dropdown menu using its value or visible text to interact with web forms.
Instructions
Choose an option from a dropdown menu by value or visible text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | Yes | Element ID of the dropdown from find results or the page snapshot. | |
| value | Yes | The option to select - can be either the value attribute or the visible text of the option. | |
| page_id | No | Page ID. If omitted, operates on the most recently used page. |