storeSomethingSelected (UI Automation - Manipulation)
Compatible with:
- Purpose
- Generated from isSomethingSelected(selectLocator)
- This command stores the selected option in a drop-down menu.
- Syntax
- storeSomethingSelected(selectLocator, variableName)
- Target
- selectLocator - an element locator identifying a drop-down menu
- Value
- variableName - A variable to store.
- Return Value
- True, if some option has been selected, false otherwise.