browser_select
Choose an option from a dropdown/select element on a web page by specifying the selector, value, and match method.
Instructions
Select an option from a dropdown/select element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID | |
| selector | Yes | Select element selector | |
| value | Yes | Value to select | |
| by | No | Selector type for finding the select element | css |
| select_by | No | How to match the option ("value", "text", or "index") | value |
| timeout | No | Maximum seconds to wait for element |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |