assertNotSelectOptions (UI Automation - Interrogation)
Compatible with:
- Purpose
- Gets all option labels in the specified select drop-down.
- It returns true when the option labels of the elements(in Target) is not same as the value.
- Syntax
- assertNotSelectOptions(selectLocator, pattern)
- Target
- selectLocator - an element locator identifying a drop-down menu.
- Value
- pattern - The options to be verified.
- Return Value
- An array of all option labels in the specified select drop-down.