Skip to content

assertNotSelectedId (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
  • assertNotSelectedId(selectLocator, pattern)
  • Target
  • selectLocator - an element locator identifying a drop-down menu.
  • Value
  • Pattern
  • Return Value
  • The selected option ID in the specified select drop-down
 
 
 
 
 

Feedback and Knowledge Base