UI Wait for Attribute (sui:wait-for-attribute)

UI Wait for Attribute (sui:wait-for-attribute)

For any given pageObject, wait-for-attribute will wait for the attribute's  value to be equal/not equal/contains/not contains for given timeout (in seconds) before throwing exception. 



Usage

<sui:wait-for-attribute method=""! pageId=""! attribute=""! value=""! timeout=""?/>

! - mandatory, ? - optional

Supported Methods

  1. equals

  2. not equals

  3. contains

  4. not contains

Examples