T
- The return typepublic interface ExpectedCondition<T> extends com.google.common.base.Function<org.openqa.selenium.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 © 2018 Nuxeo. All rights reserved.