| Package | Description | 
|---|---|
| com.thoughtworks.selenium.condition | 
| Class and Description | 
|---|
| Condition Simple predicate class, which also knows how to wait for the condition to be true. | 
| ConditionRunner A ConditionRunner is a class that can execute a  Condition, which need certain basic
 pieces that it needs to execute (e.g. | 
| ConditionRunner.Context Used by implementations of  ConditionRunner.waitFor(Condition)to provide context to theisTrue(com.google.testing.selenium.condition.ConditionRunner.Context)method | 
| DefaultConditionRunner This ConditionRunner throws a simple  RuntimeExceptionwhen the
 condition is not met in theDefaultConditionRunner.waitFor(Condition)method. | 
| DefaultConditionRunner.Monitor A  DefaultConditionRunner.Monitorcan be installed inDefaultConditionRunneras an open ended way of
 being notified of certain events. | 
Copyright © 2016. All rights reserved.