Uses of Interface
org.fluentlenium.core.label.FluentLabel
-
Packages that use FluentLabel Package Description org.fluentlenium.core.domain org.fluentlenium.core.label -
-
Uses of FluentLabel in org.fluentlenium.core.domain
Subinterfaces of FluentLabel in org.fluentlenium.core.domain Modifier and Type Interface Description interface
FluentList<E extends FluentWebElement>
Wraps a list ofFluentWebElement
.Classes in org.fluentlenium.core.domain that implement FluentLabel Modifier and Type Class Description class
FluentListImpl<E extends FluentWebElement>
Default implementation ofFluentList
andComponentList
.class
FluentWebElement
Wraps a SeleniumWebElement
.Methods in org.fluentlenium.core.domain that return FluentLabel Modifier and Type Method Description FluentLabel<FluentWebElement>
FluentWebElement. getLabel()
-
Uses of FluentLabel in org.fluentlenium.core.label
Classes in org.fluentlenium.core.label that implement FluentLabel Modifier and Type Class Description class
FluentLabelImpl<T>
Apply label and label hints to element.
-