| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.domain | |
| org.fluentlenium.core.search |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
Fluent.$(String name,
Filter... filters)
Central methods to find elements on the page.
|
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<E> |
FluentList.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<FluentWebElement> |
FluentWebElement.find(String name,
Filter... filters)
find elements into the childs with the corresponding filters
|
FluentList<E> |
FluentList.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 |
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(String name,
Filter... filters) |
FluentList<FluentWebElement> |
Search.find(String name,
Filter... filters)
Central methods to find elements on the page.
|
Copyright © 2014 AConsulting. All Rights Reserved.