Uses of Class
org.openqa.selenium.support.ui.LoadableComponent
-
Packages that use LoadableComponent Package Description org.openqa.selenium.support.ui -
-
Uses of LoadableComponent in org.openqa.selenium.support.ui
Classes in org.openqa.selenium.support.ui with type parameters of type LoadableComponent Modifier and Type Class Description classLoadableComponent<T extends LoadableComponent<T>>Represents any abstraction of something that can be loaded.classSlowLoadableComponent<T extends LoadableComponent<T>>ALoadableComponentwhich might not have finished loading when load() returns.Subclasses of LoadableComponent in org.openqa.selenium.support.ui Modifier and Type Class Description classSlowLoadableComponent<T extends LoadableComponent<T>>ALoadableComponentwhich might not have finished loading when load() returns.
-