Skip to content

verifyNotSelectOptions (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
  • verifyNotSelectOptions(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.

Feedback and Knowledge Base