|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FluentWebElement | |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.domain | |
| org.fluentlenium.core.filter | |
| org.fluentlenium.core.search | |
| Uses of FluentWebElement in org.fluentlenium.core |
|---|
| Methods in org.fluentlenium.core that return FluentWebElement | |
|---|---|
FluentWebElement |
Fluent.$(String name,
Integer number,
Filter... filters)
Central methods a find element on the page, the number indicat the index of the desired element on the list. |
FluentWebElement |
Fluent.find(String name,
Integer number,
Filter... filters)
Return the elements at the numner position into the the lists corresponding to the cssSelector with it filters |
FluentWebElement |
Fluent.findFirst(String name,
Filter... filters)
Return the first elements corresponding to the name and the filters |
| Methods in org.fluentlenium.core that return types with arguments of type FluentWebElement | |
|---|---|
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 |
| Methods in org.fluentlenium.core with parameters of type FluentWebElement | |
|---|---|
Fluent |
Fluent.clear(FluentWebElement fluentObject)
Clear the given parameters elements that are in the list Be careful - only the visible elements are cleared |
| Method parameters in org.fluentlenium.core with type arguments of type FluentWebElement | |
|---|---|
Fluent |
Fluent.clear(FluentList<FluentWebElement> fluentObject)
Clear all elements that are in the list Be careful - only the visible elements are cleared |
| Uses of FluentWebElement in org.fluentlenium.core.domain |
|---|
| Classes in org.fluentlenium.core.domain with type parameters of type FluentWebElement | |
|---|---|
class |
FluentList<E extends FluentWebElement>
Map the list to a FluentList in order to offers some events like click(), submit(), value() ... |
| Methods in org.fluentlenium.core.domain that return FluentWebElement | |
|---|---|
FluentWebElement |
FluentWebElement.clear()
Clear the element |
FluentWebElement |
FluentWebElement.click()
Click on the element |
FluentWebElement |
FluentWebElement.doubleClick()
Double Click on the element |
FluentWebElement |
FluentWebElement.find(String name,
Integer number,
Filter... filters)
find elements into the childs with the corresponding filters at the given positiokn |
FluentWebElement |
FluentWebElement.findFirst(String name,
Filter... filters)
find elements into the childs with the corresponding filters at the first position |
FluentWebElement |
FluentWebElement.submit()
Submit the element |
FluentWebElement |
FluentWebElement.text(String... text)
Set the text elelent |
| Uses of FluentWebElement in org.fluentlenium.core.filter |
|---|
| Methods in org.fluentlenium.core.filter with parameters of type FluentWebElement | |
|---|---|
boolean |
FilterPredicate.apply(FluentWebElement webElementCustom)
|
| Uses of FluentWebElement in org.fluentlenium.core.search |
|---|
| Methods in org.fluentlenium.core.search that return FluentWebElement | |
|---|---|
FluentWebElement |
SearchActions.find(String name,
Integer number,
Filter... filters)
|
FluentWebElement |
Search.find(String name,
Integer number,
Filter... filters)
Return the elements at the numner position into the the lists corresponding to the cssSelector with it filters |
FluentWebElement |
SearchActions.findFirst(String name,
Filter... filters)
|
FluentWebElement |
Search.findFirst(String name,
Filter... filters)
Return the first elements corresponding to the name and the filters |
| Methods in org.fluentlenium.core.search that return types with arguments of type FluentWebElement | |
|---|---|
FluentList<FluentWebElement> |
SearchActions.find(String name,
Filter... filters)
|
FluentList<FluentWebElement> |
Search.find(String name,
Filter... filters)
Central methods to find elements on the page. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||