T
- The return typepublic interface ExpectedCondition<T> extends com.google.common.base.Function<WebDriver,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.
Copyright © 2013. All Rights Reserved.