| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.domain | |
| org.fluentlenium.core.filter | |
| org.fluentlenium.core.search |
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
Fluent.$(Integer number,
Filter... filters)
Central method to find an element on the page with filters.
|
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.
|
FluentWebElement |
Fluent.find(Integer number,
Filter... filters)
Return the element at the number position in the list filtered by the specified 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
|
| 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(FluentWebElement fluentObject)
Clear the given parameters elements that are in the list
Be careful - only the visible elements are cleared
|
Fluent |
Fluent.switchTo(FluentWebElement element)
Switch to the selected Element (if element is null or not an iframe, or haven't an id then
switch to the default)
|
| 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 | Interface and Description |
|---|---|
interface |
FluentList<E extends FluentWebElement> |
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 |
|---|---|
FluentWebElement |
FluentWebElement.clear()
Clear the element
|
FluentWebElement |
FluentWebElement.click()
Click on the element
|
FluentWebElement |
FluentWebElement.doubleClick()
Double Click on the element
|
FluentWebElement |
FluentWebElement.find(Integer number,
Filter... filters)
find element in the children with the corresponding filters at the given position
|
FluentWebElement |
FluentWebElement.find(String name,
Integer number,
Filter... filters)
find elements into the children with the corresponding filters at the given position
|
FluentWebElement |
FluentWebElement.findFirst(Filter... filters)
find element in 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
|
FluentWebElement |
FluentWebElement.submit()
Submit the element
|
FluentWebElement |
FluentWebElement.text(String... text)
Set the text element
|
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
FluentWebElement.find(Filter... filters)
find elements in the children with the corresponding filters
|
FluentList<FluentWebElement> |
FluentWebElement.find(String name,
Filter... filters)
find elements into the children with the corresponding filters
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FilterPredicate.apply(FluentWebElement webElementCustom) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchActions<E extends FluentWebElement> |
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
Search.find(Integer number,
Filter... filters)
Return the element at the number position in the lists corresponding to the 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
|
FluentWebElement |
Search.findFirst(Filter... filters)
Return the first element corresponding to the filters.
|
FluentWebElement |
Search.findFirst(String name,
Filter... filters)
Return the first elements corresponding to the name and the filters
|
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
Search.find(Filter... filters)
Central methods to find elements on the page with filters.
|
FluentList<FluentWebElement> |
Search.find(String name,
Filter... filters)
Central methods to find elements on the page.
|
Copyright © 2015 AConsulting. All Rights Reserved.