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 the
isTrue(com.google.testing.selenium.condition.ConditionRunner.Context) method |
DefaultConditionRunner
This ConditionRunner throws a simple
RuntimeException when the
condition is not met in the DefaultConditionRunner.waitFor(Condition) method. |
DefaultConditionRunner.Monitor
A
DefaultConditionRunner.Monitor can be installed in DefaultConditionRunner as an open ended way of
being notified of certain events. |
Copyright © 2015. All rights reserved.