UI Wait for URL (sui:wait-for-url)

UI Wait for URL (sui:wait-for-url)

For any given url, wait-for-url will wait for given timeout (in seconds) for the url equals (or contains, not equals, not contains..) before throwing exception. 

Usage

<sui:wait-for-url method=""! url=""! timeout=""?/>

! - mandatory, ? - optional

Supported Methods

  1. equals

  2. not equals

  3. contains

  4. not contains

Examples