Uses of Interface
io.fluentlenium.core.domain.FluentList
Packages that use FluentList
Package
Description
-
Uses of FluentList in io.fluentlenium.assertj
Methods in io.fluentlenium.assertj with parameters of type FluentListModifier and TypeMethodDescriptionstatic FluentListAssert
FluentLeniumAssertions.assertThat
(FluentList<? extends FluentWebElement> actual) Perform assertions on aFluentList
. -
Uses of FluentList in io.fluentlenium.assertj.custom
Methods in io.fluentlenium.assertj.custom with parameters of type FluentListModifier and TypeMethodDescriptionPageAssert.hasElements
(FluentList<? extends FluentWebElement> fluentList) PageStateAssert.hasElements
(FluentList<? extends FluentWebElement> fluentList) Check if current page has at least one element of given FluentList present.Constructors in io.fluentlenium.assertj.custom with parameters of type FluentList -
Uses of FluentList in io.fluentlenium.core
Methods in io.fluentlenium.core that return FluentListModifier and TypeMethodDescriptiondefault <T extends FluentWebElement>
FluentList<T>FluentControl.asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) default <T extends FluentWebElement>
FluentList<T>FluentControl.asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) default <T extends FluentWebElement>
FluentList<T>FluentControl.asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) default FluentList<FluentWebElement>
FluentControl.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) default FluentList<FluentWebElement>
FluentControl.asFluentList
(List<org.openqa.selenium.WebElement> elements) default FluentList<FluentWebElement>
FluentControl.asFluentList
(org.openqa.selenium.WebElement... elements) default FluentList<FluentWebElement>
FluentControl.find
(String selector, SearchFilter... filters) default FluentList<FluentWebElement>
default FluentList<FluentWebElement>
FluentControl.find
(SearchFilter... filters) default FluentList<FluentWebElement>
FluentControl.find
(org.openqa.selenium.By locator, SearchFilter... filters) default FluentList<FluentWebElement>
FluentControl.newFluentList()
default <T extends FluentWebElement>
FluentList<T>FluentControl.newFluentList
(Class<T> componentClass) default <T extends FluentWebElement>
FluentList<T>FluentControl.newFluentList
(Class<T> componentClass, List<T> elements) default <T extends FluentWebElement>
FluentList<T>FluentControl.newFluentList
(Class<T> componentClass, T... elements) default FluentList<FluentWebElement>
FluentControl.newFluentList
(List<FluentWebElement> elements) default FluentList<FluentWebElement>
FluentControl.newFluentList
(FluentWebElement... elements) Methods in io.fluentlenium.core with parameters of type FluentListModifier and TypeMethodDescriptiondefault void
FluentControl.switchTo
(FluentList<? extends FluentWebElement> elements) void
FluentDriver.switchTo
(FluentList<? extends FluentWebElement> elements) -
Uses of FluentList in io.fluentlenium.core.action
Methods in io.fluentlenium.core.action that return FluentListModifier and TypeMethodDescriptionprotected FluentList<E>
BaseFill.getElements()
Get elements to fillprotected FluentList<E>
FillSelect.getElements()
Excludes elements that don't have a tag name or their tag name is notselect
, so that elements with onlyselect
tags are tried to be filled.Constructors in io.fluentlenium.core.action with parameters of type FluentListModifierConstructorDescriptionBaseFill
(FluentList<E> list) Creates a new fill, from a list of element.Fill
(FluentList<E> list) Creates a new fill from a list of elements.FillSelect
(FluentList<E> list) Creates a new fill from a list of elements. -
Uses of FluentList in io.fluentlenium.core.components
Methods in io.fluentlenium.core.components that return FluentListModifier and TypeMethodDescription<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) AbstractComponentInstantiator.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) AbstractComponentInstantiator.asFluentList
(List<org.openqa.selenium.WebElement> elements) AbstractComponentInstantiator.asFluentList
(org.openqa.selenium.WebElement... elements) <T extends FluentWebElement>
FluentList<T>ComponentInstantiator.asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) Create and register a new fluent list.ComponentInstantiator.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) Create and register a new fluent list from the argument collection of WebElements.ComponentInstantiator.asFluentList
(List<org.openqa.selenium.WebElement> elements) Create and register a new fluent list from the argument list of WebElements.ComponentInstantiator.asFluentList
(org.openqa.selenium.WebElement... elements) Create and register a new fluent list from the argument WebElements.AbstractComponentInstantiator.newFluentList()
<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.newFluentList
(Class<T> componentClass) <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.newFluentList
(Class<T> componentClass, List<T> elements) <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.newFluentList
(Class<T> componentClass, T... elements) AbstractComponentInstantiator.newFluentList
(List<FluentWebElement> elements) AbstractComponentInstantiator.newFluentList
(FluentWebElement... elements) ComponentInstantiator.newFluentList()
Create and register an empty fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.newFluentList
(Class<T> componentClass) Create and register an empty fluent list of the provided type.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.newFluentList
(Class<T> componentClass, List<T> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.newFluentList
(Class<T> componentClass, T... elements) Create and register a new fluent list.ComponentInstantiator.newFluentList
(List<FluentWebElement> elements) Create and register a new fluent list from the argument list of FluentWebElements.ComponentInstantiator.newFluentList
(FluentWebElement... elements) Create and register a new fluent list from the argument FluentWebElements. -
Uses of FluentList in io.fluentlenium.core.dom
Methods in io.fluentlenium.core.dom that return FluentListModifier and TypeMethodDescriptionDom.ancestors()
Find ancestor elements.Dom.descendants()
Find descendants elements (children, grandchildren, etc.).Dom.followings()
Find following elements.Dom.followingSiblings()
Find following sibling elements.protected FluentList<FluentWebElement>
Handle an XPath axeDom.precedings()
Find preceding elements.Dom.precedingSiblings()
Find preceding sibling elements. -
Uses of FluentList in io.fluentlenium.core.domain
Classes in io.fluentlenium.core.domain that implement FluentListModifier and TypeClassDescriptionclass
FluentListImpl<E extends FluentWebElement>
Default implementation ofFluentList
andComponentList
.Methods in io.fluentlenium.core.domain that return FluentListModifier and TypeMethodDescription<T extends FluentWebElement>
FluentList<T>Wrap all underlying elements in a component.<T extends FluentWebElement>
FluentList<T><T extends FluentWebElement>
FluentList<T>FluentWebElement.asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) <T extends FluentWebElement>
FluentList<T>FluentWebElement.asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) <T extends FluentWebElement>
FluentList<T>FluentWebElement.asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) FluentWebElement.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) FluentWebElement.asFluentList
(List<org.openqa.selenium.WebElement> elements) FluentWebElement.asFluentList
(org.openqa.selenium.WebElement... elements) FluentWebElement.asList()
Converts this element as a single element list.FluentList.clearAll()
Clear all elements on the listFluentListImpl.clearAll()
FluentList.clearAllReactInputs()
Clear all React elements on the listFluentListImpl.clearAllReactInputs()
FluentList.click()
Click on all elements on the list Only the clickable elements are clickedFluentListImpl.click()
FluentList.contextClick()
context click on all elements on the list Only the clickable elements are clickedFluentListImpl.contextClick()
FluentList.doubleClick()
double click on all elements on the list Only the clickable elements are clickedFluentListImpl.doubleClick()
FluentList.find
(String selector, SearchFilter... filters) find elements into the children with the corresponding filtersFluentList.find
(SearchFilter... filters) find elements in the children with the corresponding filtersFluentListImpl.find
(String selector, SearchFilter... filters) FluentListImpl.find
(SearchFilter... filters) FluentListImpl.find
(org.openqa.selenium.By locator, SearchFilter... filters) FluentWebElement.find
(String selector, SearchFilter... filters) FluentWebElement.find
(SearchFilter... filters) FluentWebElement.find
(org.openqa.selenium.By locator, SearchFilter... filters) FluentListImpl.frame()
default FluentList<E>
FluentList.hoverOver()
FluentListImpl.modifyAttribute
(String attributeName, String attributeValue) Modifies attributes of first element onlyFluentWebElement.newFluentList()
<T extends FluentWebElement>
FluentList<T>FluentWebElement.newFluentList
(Class<T> componentClass) <T extends FluentWebElement>
FluentList<T>FluentWebElement.newFluentList
(Class<T> componentClass, List<T> elements) <T extends FluentWebElement>
FluentList<T>FluentWebElement.newFluentList
(Class<T> componentClass, T... elements) FluentWebElement.newFluentList
(List<FluentWebElement> elements) FluentWebElement.newFluentList
(FluentWebElement... elements) FluentListImpl.noHook()
FluentListImpl.noHook
(Class<? extends FluentHook>... hooks) FluentListImpl.noHookInstance()
FluentListImpl.noHookInstance
(Class<? extends FluentHook>... hooks) FluentListImpl.now()
FluentListImpl.now
(boolean force) FluentListImpl.reset()
FluentListImpl.restoreHooks()
FluentListImpl.scrollIntoView()
Scrolls to first element of listFluentListImpl.scrollIntoView
(boolean alignWithTop) Scrolls to first element of listFluentListImpl.scrollToCenter()
Scrolls to first element of listFluentList.submit()
submit on all elements on the list Only the visible elements are submittedFluentListImpl.submit()
FluentListImpl.waitAndClick()
FluentListImpl.waitAndClick
(Duration duration) <O,
H extends FluentHook<O>>
FluentList<E><O,
H extends FluentHook<O>>
FluentList<E>FluentListImpl.withLabelHint
(String... labelHint) Fill all elements on the list with the corresponding cell in the with array.Methods in io.fluentlenium.core.domain that return types with arguments of type FluentListMethods in io.fluentlenium.core.domain with parameters of type FluentListModifier and TypeMethodDescriptionvoid
FluentWebElement.switchTo
(FluentList<? extends FluentWebElement> elements) Method parameters in io.fluentlenium.core.domain with type arguments of type FluentListModifier and TypeMethodDescription<R> R
FluentListImpl.noHook
(Class<? extends FluentHook> hook, Function<FluentList<E>, R> function) <R> R
FluentListImpl.noHook
(Function<FluentList<E>, R> function) -
Uses of FluentList in io.fluentlenium.core.inject
Methods in io.fluentlenium.core.inject that return FluentListModifier and TypeMethodDescriptionContainerFluentControl.$
(io.appium.java_client.AppiumBy locator, SearchFilter... filters) ContainerFluentControl.$
(String selector, SearchFilter... filters) ContainerFluentControl.$
(SearchFilter... filters) ContainerFluentControl.$
(org.openqa.selenium.By locator, SearchFilter... filters) ContainerFluentControl.find
(String selector, SearchFilter... filters) ContainerFluentControl.find
(SearchFilter... filters) ContainerFluentControl.find
(org.openqa.selenium.By locator, SearchFilter... filters) -
Uses of FluentList in io.fluentlenium.core.search
Methods in io.fluentlenium.core.search that return FluentListModifier and TypeMethodDescriptiondefault FluentList<E>
SearchControl.$
(io.appium.java_client.AppiumBy locator, SearchFilter... filters) Find list of elements with Appium locator and filters.default FluentList<E>
SearchControl.$
(String selector, SearchFilter... filters) Find list of elements with CSS selector and filters.default FluentList<E>
Wrap raw selenium elements into a list of elements.default FluentList<E>
SearchControl.$
(SearchFilter... filters) Find list of elements with filters.default FluentList<E>
SearchControl.$
(org.openqa.selenium.By locator, SearchFilter... filters) Find list of elements with Selenium locator and filters.Search.find
(String selector, SearchFilter... filters) Central methods to find elements on the page.Search.find
(SearchFilter... filters) Central methods to find elements on the page with filters.Search.find
(org.openqa.selenium.By locator, SearchFilter... filters) SearchControl.find
(String selector, SearchFilter... filters) Find list of elements with CSS selector and filters.Wrap raw selenium elements into a list of elements.SearchControl.find
(SearchFilter... filters) Find list of elements with filters.SearchControl.find
(org.openqa.selenium.By locator, SearchFilter... filters) Find list of elements with Selenium locator and filters.