| Interface | Description |
|---|---|
| AbstractIntegerConditions<T,C extends AbstractIntegerConditions> |
Common interface for Integer conditions.
|
| Conditions<T> |
Common interface for conditions.
|
| ConditionsObject<T> |
Wrap object inside a condition.
|
| FluentConditions |
Conditions API for elements.
|
| FluentListConditions |
Conditions API for list of elements.
|
| IntegerConditions |
Conditions API for Integer.
|
| ListConditionsElements |
Get actual condition elements list.
|
| ListIntegerConditions |
Conditions API for FluentLists.
|
| RectangleConditions |
Conditions API for Rectangle
|
| StringConditions |
Conditions API from String.
|
| Class | Description |
|---|---|
| AbstractFluentListConditions |
Abstract class conditions on list of elements.
|
| AbstractObjectConditions<T> |
Abstract implementation supported negation and instantiation.
|
| AtLeastOneElementConditions |
Conditions for list of elements, matching when at least one element of the list matches.
|
| BaseObjectListConditions<T,C extends Conditions<T>> |
Base condition for list of objects
|
| DynamicIntegerConditionsImpl |
Conditions for integer
|
| EachElementConditions |
Conditions for list of elements, matching when each element matches.
|
| IntegerConditionsImpl |
Conditions for integer
|
| IntegerListConditionsImpl |
Conditions for list of integers.
|
| RectangleConditionsImpl |
Conditions for rectangle.
|
| RectangleListConditionsImpl |
Conditions for list of rectangles.
|
| StringConditionsImpl |
Conditions for string
|
| StringListConditionsImpl |
Conditions for list of string.
|
| WebElementConditions |
Fluent object to handle
ExpectedConditions on FluentWebElement in fluentlenium API. |
| Annotation Type | Description |
|---|---|
| Negation |
Marker annotation for negation of this object.
|
Copyright © 2018 FluentLenium. All Rights Reserved.