safari_react_select_list_options
Retrieve react-select dropdown options without opening the menu. Use to see exact option labels when a value set fails with 'option not found'.
Instructions
List available options of a react-select v5 dropdown without opening the menu. Returns JSON {ok, total, options:[{label,value}…]}. Useful when safari_react_select_set returns 'option not found' and you need to see exact labels (e.g. 'Email Routing Rules' vs 'Email Routing'). Either ref or selector required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Ref ID from safari_snapshot | |
| selector | No | CSS selector |