| 程序包 | 说明 |
|---|---|
| com.thoughtworks.selenium.condition |
| 类和说明 |
|---|
| Condition
Simple predicate class, which also knows how to wait for the condition to be true.
|
| ConditionRunner |
| 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. |