Skip to content

waitForNotSelectOptions(UI Automation - Synchronization)

  • Purpose
  • Generated from getSelectOptions(selectLocator)
  • This command waits for the implicit time period when the page loads, gets all option labels in the specified select drop-down.
  • Syntax
  • waitForNotSelectOptions(selectLocator, pattern)
  • Target
  • selectLocator- An element locator identifying a drop-down menu.
  • Value
  • pattern
  • Return Value
  • Pass, if all selected option labels in the specified select drop-down are not present.
 
 
 
 
 
 

Feedback and Knowledge Base