select_option
Select an option from a dropdown in Safari by specifying a CSS selector and optionally a value, text, or index for web automation.
Instructions
Select an option from a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Option text to select | |
| index | No | Option index to select | |
| value | No | Option value to select | |
| selector | Yes | CSS selector for the select element |