Select Option
selectChoose a dropdown menu option by its value or visible text using a stable element ID for reliable browser automation.
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. |