Uses of Interface
org.fluentlenium.core.action.FluentActions
-
Packages that use FluentActions Package Description org.fluentlenium.core.domain -
-
Uses of FluentActions in org.fluentlenium.core.domain
Subinterfaces of FluentActions 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 FluentActions 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.
-