safari_select_option
Select dropdown options in Safari by setting values and triggering change events. Use CSS selectors to target native elements for browser automation.
Instructions
Select an option in a native dropdown. Sets .value and dispatches change event. For custom dropdowns (React/LinkedIn), use safari_click on the dropdown trigger, then safari_click on the option instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the select | |
| value | Yes | Option value to select |