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