Uses of
Interface
io.fluentlenium.core.action.FluentJavascriptActions
-
Uses of FluentJavascriptActions in io.fluentlenium.core.action
Modifier and TypeInterfaceDescriptioninterface
FluentActions<T,
E extends FluentWebElement> All actions that can be used on the list or on a web element.Modifier and TypeClassDescriptionclass
Javascript actions that can be used on a list or on a web element. -
Uses of FluentJavascriptActions in io.fluentlenium.core.domain
Modifier and TypeInterfaceDescriptioninterface
FluentList<E extends FluentWebElement>
Wraps a list ofFluentWebElement
.Modifier and TypeClassDescriptionclass
FluentListImpl<E extends FluentWebElement>
Default implementation ofFluentList
andComponentList
.class
Wraps a SeleniumWebElement
.