Package org.openqa.selenium.support.ui
package org.openqa.selenium.support.ui
-
ClassDescriptionModels a condition that might reasonably be expected to eventually evaluate to something that is neither null nor false.Canned
ExpectedCondition
s which are generally useful within webdriver tests.FluentWait<T>An implementation of theWait
interface that may have its timeout and polling interval configured on the fly.Created by evgeniyat on 13.05.16LoadableComponent<T extends LoadableComponent<T>>Represents any abstraction of something that can be loaded.Models a SELECT tag, providing helper methods to select and deselect options.Abstraction aroundThread.sleep(long)
to permit better testability.SlowLoadableComponent<T extends LoadableComponent<T>>ALoadableComponent
which might not have finished loading when load() returns.Wait<F>A generic interface for waiting until a condition is true or not null.A specialization ofFluentWait
that uses WebDriver instances.