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
Condition#isTrue(com.google.testing.selenium.condition.ConditionRunner.Context)
method |
DefaultConditionRunner
|
DefaultConditionRunner.Monitor
A
DefaultConditionRunner.Monitor can be installed in DefaultConditionRunner as an
open ended way of being notified of certain events. |
Copyright © 2012. All Rights Reserved.