Uses of Interface
org.fluentlenium.core.action.FluentJavascriptActions
-
Packages that use FluentJavascriptActions Package Description org.fluentlenium.core.action org.fluentlenium.core.domain -
-
Uses of FluentJavascriptActions in org.fluentlenium.core.action
Subinterfaces of FluentJavascriptActions in org.fluentlenium.core.action Modifier and Type Interface Description interfaceFluentActions<T,E extends FluentWebElement>All actions that can be used on the list or on a web element.Classes in org.fluentlenium.core.action that implement FluentJavascriptActions Modifier and Type Class Description classFluentJavascriptActionsImpl<T>Javascript actions that can be used on the list or on a web element. -
Uses of FluentJavascriptActions in org.fluentlenium.core.domain
Subinterfaces of FluentJavascriptActions in org.fluentlenium.core.domain Modifier and Type Interface Description interfaceFluentList<E extends FluentWebElement>Wraps a list ofFluentWebElement.Classes in org.fluentlenium.core.domain that implement FluentJavascriptActions Modifier and Type Class Description classFluentListImpl<E extends FluentWebElement>Map the list to a FluentList in order to offers some events like click(), submit(), value() ...classFluentWebElementWraps a SeleniumWebElement.
-