| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.action | |
| org.fluentlenium.core.domain | |
| org.fluentlenium.core.filter | |
| org.fluentlenium.core.search | |
| org.fluentlenium.core.wait |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
Fluent.$(Filter... filters)
Central methods to find elements on the page with filters.
|
FluentWebElement |
Fluent.$(Integer number,
Filter... filters)
Central method to find an element on the page with filters.
|
FluentList<FluentWebElement> |
Fluent.$(String name,
Filter... filters)
Central methods to find elements on the page.
|
FluentWebElement |
Fluent.$(String name,
Integer number,
Filter... filters)
Central methods a find element on the page, the number indicate the index of the desired element on the list.
|
Fluent |
Fluent.clear(Filter... filters)
Clear texts of the all elements filtered by the specified filters.
|
Fluent |
Fluent.clear(String cssSelector,
Filter... filters)
Submit all elements that are in cssSelector with its filters
Be careful - only the visible elements are cleared
|
Fluent |
Fluent.click(Filter... filters)
Click all elements filtered by the specified filters.
|
Fluent |
Fluent.click(String cssSelector,
Filter... filters)
click all elements that are in cssSelector with its filters
Be careful - only the visible elements are clicked
|
FillConstructor |
Fluent.fill(Filter... filters)
Construct a FillConstructor with filters in order to allow easy fill.
|
FillConstructor |
Fluent.fill(FluentDefaultActions list,
Filter... filters)
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
|
FillConstructor |
Fluent.fill(String cssSelector,
Filter... filters)
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
|
FillSelectConstructor |
Fluent.fillSelect(Filter... filters)
Construct a FillSelectConstructor with filters in order to allow easy fill.
|
FillSelectConstructor |
Fluent.fillSelect(String cssSelector,
Filter... filters)
Construct a FillSelectConstructor in order to allow easy fill
Be careful - only the visible elements are filled
|
FluentList<FluentWebElement> |
Fluent.find(Filter... filters)
Return the list filtered by the specified filters.
|
FluentWebElement |
Fluent.find(Integer number,
Filter... filters)
Return the element at the number position in 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
|
FluentWebElement |
Fluent.find(String name,
Integer number,
Filter... filters)
Return the elements at the number position into the lists corresponding to the cssSelector with it filters
|
FluentWebElement |
Fluent.findFirst(Filter... filters)
Return the first element corresponding to the filters.
|
FluentWebElement |
Fluent.findFirst(String name,
Filter... filters)
Return the first element corresponding to the name and the filters
|
Fluent |
Fluent.submit(Filter... filters)
Submit all elements filtered by the specified filters.
|
Fluent |
Fluent.submit(String cssSelector,
Filter... filters)
Submit all elements that are in cssSelector with its filters
Be careful - only the visible elements are submitted
|
List<String> |
Fluent.text(Filter... filters)
Get all texts of the elements filtered by the specified filters.
|
List<String> |
Fluent.text(String cssSelector,
Filter... filters)
get a list all elements that are in cssSelector with its filters
Be careful - only the visible elements are submitted
//TODO UTILITY ?
|
List<String> |
Fluent.value(Filter... filters)
Get all values of the elements filtered by the specified filters.
|
List<String> |
Fluent.value(String cssSelector,
Filter... filters)
Value all elements that are in cssSelector with its filters
Be careful - only the visible elements are returned
//TODO UTILITY ?
|
| Constructor and Description |
|---|
FillConstructor(FluentDefaultActions list,
org.openqa.selenium.WebDriver driver,
Filter... filters) |
FillConstructor(String cssSelector,
org.openqa.selenium.WebDriver webDriver,
Filter... filters) |
FillConstructor(org.openqa.selenium.WebDriver webDriver,
Filter... filters) |
FillSelectConstructor(String cssSelector,
org.openqa.selenium.WebDriver webDriver,
Filter... filters) |
FillSelectConstructor(org.openqa.selenium.WebDriver webDriver,
Filter... filters) |
| Modifier and Type | Method and Description |
|---|---|
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
|
E |
FluentListImpl.find(Integer number,
Filter... filters)
find element in the children with the corresponding filters at the position indicated by the number
|
FluentWebElement |
FluentWebElement.find(Integer number,
Filter... filters)
find element in the children with the corresponding filters at the given position
|
E |
FluentList.find(Integer number,
Filter... filters)
find element in the children with the corresponding filters at the position indicated by the number
|
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
|
E |
FluentListImpl.find(String name,
Integer number,
Filter... filters)
find elements into the children with the corresponding filters at the position indicated by the number
|
FluentWebElement |
FluentWebElement.find(String name,
Integer number,
Filter... filters)
find elements into the children with the corresponding filters at the given position
|
E |
FluentList.find(String name,
Integer number,
Filter... filters)
find elements into the children with the corresponding filters at the position indicated by the number
|
E |
FluentListImpl.findFirst(Filter... filters)
find element in the children with the corresponding filters at the first position
|
FluentWebElement |
FluentWebElement.findFirst(Filter... filters)
find element in the children with the corresponding filters at the first position
|
E |
FluentList.findFirst(Filter... filters)
find element in the children with the corresponding filters at the first position
|
E |
FluentListImpl.findFirst(String name,
Filter... filters)
find elements into the children with the corresponding filters at the first position
|
FluentWebElement |
FluentWebElement.findFirst(String name,
Filter... filters)
find elements into the children with the corresponding filters at the first position
|
E |
FluentList.findFirst(String name,
Filter... filters)
find elements into the children with the corresponding filters at the first position
|
| Modifier and Type | Method and Description |
|---|---|
static Filter |
FilterConstructor.buildFilter(String name,
FilterType type,
Class matcherType)
Create a filter by name
|
static Filter |
FilterConstructor.containingText(String text)
Create a filter by text
|
Filter |
FilterBuilder.contains(Pattern equal) |
Filter |
FilterBuilder.contains(String equal) |
Filter |
FilterBuilder.containsWord(String equal) |
Filter |
FilterBuilder.endsWith(Pattern equal) |
Filter |
FilterBuilder.endsWith(String equal) |
Filter |
FilterBuilder.equalTo(String equal) |
Filter |
FilterBuilder.notContains(Pattern equal) |
Filter |
FilterBuilder.notContains(String equal) |
Filter |
FilterBuilder.notEndsWith(Pattern equal) |
Filter |
FilterBuilder.notEndsWith(String equal) |
Filter |
FilterBuilder.notStartsWith(Pattern equal) |
Filter |
FilterBuilder.notStartsWith(String equal) |
Filter |
FilterBuilder.startsWith(Pattern equal) |
Filter |
FilterBuilder.startsWith(String equal) |
static Filter |
FilterConstructor.with(String customAttribute,
Matcher matcher)
Deprecated.
|
static Filter |
FilterConstructor.with(String customAttribute,
String matcher)
Deprecated.
|
static Filter |
FilterConstructor.withClass(String klass)
Create a filter by class
|
static Filter |
FilterConstructor.withId(Matcher matcher)
Deprecated.
|
static Filter |
FilterConstructor.withId(String id)
Create a filter by id
|
static Filter |
FilterConstructor.withName(Matcher matcher)
Deprecated.
|
static Filter |
FilterConstructor.withName(String name)
Create a filter by name
|
static Filter |
FilterConstructor.withText(Matcher matcher)
Deprecated.
|
static Filter |
FilterConstructor.withText(String text)
Create a filter by text
|
| Constructor and Description |
|---|
FilterPredicate(Filter text) |
| 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.
|
E |
SearchActions.find(Integer number,
Filter... filters) |
FluentWebElement |
Search.find(Integer number,
Filter... filters)
Return the element at the number position in the lists corresponding to the 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.
|
E |
SearchActions.find(String name,
Integer number,
Filter... filters) |
FluentWebElement |
Search.find(String name,
Integer number,
Filter... filters)
Return the elements at the number position into the the lists corresponding to the cssSelector with it filters
|
E |
SearchActions.findFirst(Filter... filters) |
FluentWebElement |
Search.findFirst(Filter... filters)
Return the first element corresponding to the filters.
|
E |
SearchActions.findFirst(String name,
Filter... filters) |
FluentWebElement |
Search.findFirst(String name,
Filter... filters)
Return the first elements corresponding to the name and the filters
|
| Constructor and Description |
|---|
FluentSizeBuilder(Search search,
FluentWait fluentWait,
String selector,
List<Filter> filters) |
Copyright © 2015 AConsulting. All Rights Reserved.