Uses of Interface
org.jboss.test.selenium.waiting.Condition

Packages that use Condition
org.jboss.test.selenium.waiting   
 

Uses of Condition in org.jboss.test.selenium.waiting
 

Classes in org.jboss.test.selenium.waiting that implement Condition
 class Not
          Opposite to Condition - you specify when desired conditions is not satisfied.
 

Methods in org.jboss.test.selenium.waiting with parameters of type Condition
static void Wait.until(Condition condition)
          Stars loop waiting to satisfy condition with default timeout and interval.
 void Wait.Waiting.until(Condition condition)
          Stars loop waiting to satisfy condition.
 



Copyright © 2010. All Rights Reserved.