safari_react_select_list_options
List options from a react-select v5 dropdown without opening the menu. Helps when setting a value fails, revealing exact labels like 'Email Routing Rules'.
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 |