storeSelectOptions (UI Automation - Manipulation)
Compatible with:
- Purpose
- This command gets all option labels in the specified select drop-down.It returns an array of all option labels in the specified select drop-down.
- Syntax
- storeSelectOptions(selectLocator, variableName)
- Target
- selectLocator - an element locator identifying a drop-down menu
- Value
- variableName
- Return Value
- An array of all option labels in the specified select drop-down.