Skip to content

verifyNotSelectedId (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • Gets option element ID for selected option in the specified select element.
  • It returns true when the selected ID(in Target) is not same as the value.
  • Syntax
  • verifyNotSelectedId(selectLocator, pattern)
  • Target
  • selectLocator - an element locator identifying a drop-down menu.
  • Value
  • Pattern - The value to be verified.
  • Return Value
  • The selected option ID in the specified select drop-down
 
 
 
 
 

Feedback and Knowledge Base