safari_react_select_list_options
List available options of a react-select v5 dropdown without opening the menu. Identify exact labels when 'option not found' occurs.
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 |
|---|---|---|---|
| selector | No | CSS selector | |
| ref | No | Ref ID from safari_snapshot |