Skip to content

assertNotSomethingSelected (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • This command determines whether some option in a drop-down menu is selected, this command passes when the pattern does not match the actual value.
  • Syntax
  • assertNotSomethingSelected(selectLocator)
  • Target
  • selectLocator - an element locator identifying a drop-down menu.
  • Value
  • N/A
  • Return Value
  • False, if some option has been selected, true otherwise.
 
 
 
 

Feedback and Knowledge Base