Skip to content

waitForNotAttribute (UI Automation - Synchronization)

Compatible with:
  • Purpose
  • Generated from getAttribute(attributeLocator)
  • This command waits for the value of an element attribute. The value of the attribute may differ across browsers (this is the case for the \"style\" attribute, for example).
  • waitForNotAttribute(attributeLocator, pattern)
  • Target
  • attributeLocator - An element locator followed by an @ sign and then the name of the attribute, e.g. \"foo@bar\".
  • Value
  • pattern - The value to be verified.
  • Return Value
  • The value of the specified attribute

Feedback and Knowledge Base