| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.domain | |
| org.fluentlenium.core.search |
| Modifier and Type | Method and Description |
|---|---|
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(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 | 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 |
|---|---|
FluentList<E> |
FluentListImpl.clearAll()
Clear all elements on the list
Only the visible elements are filled
|
FluentList<E> |
FluentList.clearAll()
Clear 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 |
FluentList.click()
Click on all elements on the list
Only the visible elements are filled
|
FluentList<E> |
FluentListImpl.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> |
FluentList.find(Filter... filters)
find elements in the children with the corresponding filters
|
FluentList<E> |
FluentListImpl.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> |
FluentList.find(String name,
Filter... filters)
find elements into the children with the corresponding filters
|
FluentList<E> |
FluentListImpl.submit()
submit on all elements on the list
Only the visible elements are submitted
|
FluentList<E> |
FluentList.submit()
submit on all elements on the list
Only the visible elements are submitted
|
FluentList |
FluentListImpl.text(String... with)
Fill all elements on the list with the corresponding cell in the with table.
|
FluentList |
FluentList.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(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.
|
Copyright © 2015 AConsulting. All Rights Reserved.