T
- The return typepublic interface ExpectedBackendCondition<B,T>
extends com.google.common.base.Function<B,T>
Note that it is expected that ExpectedConditions are idempotent. They will be called in a loop by
the WebDriverWait
and any modification of the state of the application under test may
have unexpected side-effects.