Skip to content

waitForNotAttributeFromAllWindows (UI Automation - Synchronization)

Compatible with:
  • Purpose
  • Generated from getAttributeFromAllWindows(attributeName)
  • This command waits for an array of JavaScript property values from all known windows having one.
  • Syntax
  • waitForNotAttributeFromAllWindows(attributeName, pattern)
  • Target
  • attributeName - The name of an attribute on the windows.
  • Value
  • pattern - The value to be verified.
  • Return Value
  • True if the pattern matches the text, false otherwise
 

Feedback and Knowledge Base