| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.axes | |
| org.fluentlenium.core.domain | |
| org.fluentlenium.core.search | |
| org.fluentlenium.core.wait |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
Fluent.$(org.openqa.selenium.By locator,
Filter... filters)
Central methods to find elements on the page.
|
FluentList<FluentWebElement> |
Fluent.$(Filter... filters)
Central methods to find elements on the page with filters.
|
FluentList<FluentWebElement> |
Fluent.$(String name,
Filter... filters)
Central methods to find elements on the page.
|
FluentList<FluentWebElement> |
Fluent.find(org.openqa.selenium.By locator,
Filter... filters)
Central methods to find elements on the page.
|
FluentList<FluentWebElement> |
Fluent.find(Filter... filters)
Return the list filtered by the specified filters.
|
FluentList<FluentWebElement> |
Fluent.find(String name,
Filter... filters)
return the lists corresponding to the cssSelector with it filters
|
| Modifier and Type | Method and Description |
|---|---|
Fluent |
Fluent.clear(FluentList<FluentWebElement> fluentObject)
Clear all elements that are in the list
Be careful - only the visible elements are cleared
|
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
Axes.ancestors()
Find ancestor elements.
|
FluentList<FluentWebElement> |
Axes.descendants()
Find descendants elements (children, grandchildren, etc.).
|
FluentList<FluentWebElement> |
Axes.followings()
Find following elements.
|
FluentList<FluentWebElement> |
Axes.followingSiblings()
Find following sibling elements.
|
protected FluentList<FluentWebElement> |
Axes.handleAxe(String axe) |
FluentList<FluentWebElement> |
Axes.precedings()
Find preceding elements.
|
FluentList<FluentWebElement> |
Axes.precedingSiblings()
Find preceding sibling elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FluentListImpl<E extends FluentWebElement>
Map the list to a FluentList in order to offers some events like click(), submit(), value() ...
|
| Modifier and Type | Method and Description |
|---|---|
<T extends FluentWebElement> |
FluentList.as(Class<T> componentClass)
Wrap all underlying elements in a componen..
|
<T extends FluentWebElement> |
FluentListImpl.as(Class<T> componentClass) |
FluentList<E> |
FluentList.clearAll()
Clear all elements on the list
Only the visible elements are filled
|
FluentList<E> |
FluentListImpl.clearAll()
Clear all elements on the list
Only the visible elements are filled
|
FluentList |
FluentList.click()
Click on all elements on the list
Only the visible elements are filled
|
FluentList |
FluentListImpl.click()
Click on all elements on the list
Only the visible elements are filled
|
FluentList<FluentWebElement> |
FluentWebElement.find(org.openqa.selenium.By locator,
Filter... filters)
find elements into the children with the corresponding filters
|
FluentList<E> |
FluentListImpl.find(org.openqa.selenium.By locator,
Filter... filters) |
FluentList<E> |
FluentList.find(Filter... filters)
find elements in the children with the corresponding filters
|
FluentList<FluentWebElement> |
FluentWebElement.find(Filter... filters)
find elements in the children with the corresponding filters
|
FluentList<E> |
FluentListImpl.find(Filter... filters)
find elements in the children with the corresponding filters
|
FluentList<E> |
FluentList.find(String name,
Filter... filters)
find elements into the children with the corresponding filters
|
FluentList<FluentWebElement> |
FluentWebElement.find(String name,
Filter... filters)
find elements into the children with the corresponding filters
|
FluentList<E> |
FluentListImpl.find(String name,
Filter... filters)
find elements into the children with the corresponding filters
|
FluentList<E> |
FluentList.submit()
submit on all elements on the list
Only the visible elements are submitted
|
FluentList<E> |
FluentListImpl.submit()
submit on all elements on the list
Only the visible elements are submitted
|
FluentList |
FluentList.text(String... with)
Fill all elements on the list with the corresponding cell in the with table.
|
FluentList |
FluentListImpl.text(String... with)
Fill all elements on the list with the corresponding cell in the with table.
|
| Modifier and Type | Method and Description |
|---|---|
FluentList<E> |
SearchActions.find(org.openqa.selenium.By locator,
Filter... filters) |
FluentList<FluentWebElement> |
Search.find(org.openqa.selenium.By locator,
Filter... filters)
Central methods to find elements on the page.
|
FluentList<E> |
SearchActions.find(Filter... filters) |
FluentList<FluentWebElement> |
Search.find(Filter... filters)
Central methods to find elements on the page with filters.
|
FluentList<E> |
SearchActions.find(String name,
Filter... filters) |
FluentList<FluentWebElement> |
Search.find(String name,
Filter... filters)
Central methods to find elements on the page.
|
| Modifier and Type | Method and Description |
|---|---|
protected FluentList<? extends FluentWebElement> |
FluentWaitSupplierListMatcher.find() |
protected FluentList<FluentWebElement> |
FluentWaitLocatorSelectorMatcher.find() |
protected FluentList<FluentWebElement> |
FluentWaitElementListMatcher.find() |
protected FluentList<FluentWebElement> |
FluentWaitElementMatcher.find() |
protected FluentList<FluentWebElement> |
FluentWaitSupplierMatcher.find() |
protected abstract FluentList<? extends FluentWebElement> |
AbstractWaitElementMatcher.find()
Find the elements from configured matcher.
|
| Modifier and Type | Method and Description |
|---|---|
FluentWaitSupplierListMatcher |
FluentWait.untilElements(com.google.common.base.Supplier<? extends FluentList<? extends FluentWebElement>> selector)
Return a matcher configured to wait for particular condition for elements matching then given functional supplier.
|
| Constructor and Description |
|---|
FluentWaitSupplierListMatcher(Search search,
FluentWait fluentWait,
com.google.common.base.Supplier<? extends FluentList<? extends FluentWebElement>> selector) |
Copyright © 2016 FluentLenium. All Rights Reserved.