Skip to content

waitForNotXpathCount (UI Automation - Synchronization)

Compatible with:
  • Purpose
  • Generated from getXpathCount(XPath)
  • This command waits for the number of nodes that match the specified XPath, eg. \"//table\" would give the number of tables.
  • Syntax
  • waitForNotXpathCount(XPath, pattern)
  • Target
  • locator - An element locator pointing to an element OR an element itself
  • Value
  • pattern - The value to be verified.
  • Return Value
  • The number of nodes that match the specified XPath.
 
 

Feedback and Knowledge Base