| Package | Description |
|---|---|
| org.fluentlenium.core.conditions | |
| org.fluentlenium.core.conditions.wait | |
| org.fluentlenium.core.wait |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseObjectListConditions<T,C extends Conditions<T>>
Base condition for list of objects
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FluentConditions
Conditions API for elements.
|
interface |
FluentListConditions
Conditions API for list of elements.
|
interface |
IntegerConditions
Conditions API for Integer.
|
interface |
RectangleConditions
Conditions API for Rectangle
|
interface |
StringConditions
Conditions API from String.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFluentListConditions
Abstract class conditions on list of elements.
|
class |
AbstractObjectConditions<T>
Abstract implementation supported negation and instantiation.
|
class |
AtLeastOneElementConditions
Conditions for list of elements, matching when at least one element of the list matches.
|
class |
EachElementConditions
Conditions for list of elements, matching when each element matches.
|
class |
IntegerConditionsImpl
Conditions for integer
|
class |
IntegerListConditionsImpl
Conditions for list of integers.
|
class |
RectangleConditionsImpl
Conditions for rectangle.
|
class |
RectangleListConditionsImpl
Conditions for list of rectangles.
|
class |
StringConditionsImpl
Conditions for string
|
class |
StringListConditionsImpl
Conditions for list of string.
|
class |
WebElementConditions
Fluent object to handle
ExpectedConditions on FluentWebElement in fluentlenium API. |
| Modifier and Type | Field and Description |
|---|---|
protected Conditions<FluentWebElement> |
BaseObjectListConditions.conditions |
| Modifier and Type | Method and Description |
|---|---|
Conditions<T> |
Conditions.not()
Negates this condition object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WaitConditionInvocationHandler<C extends Conditions<?>>
Invocation handler used to wait for a particular conditions call.
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends Conditions<?>> |
WaitConditionProxy.custom(Class<C> conditionClass,
FluentWait wait,
String context,
java.util.function.Supplier<C> conditionsSupplier)
Build a wait proxy.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Conditions<?>> |
BaseWaitConditions.until(FluentWait wait,
T condition,
T messageBuilder,
java.util.function.Function<T,Boolean> conditionFunction)
Perform the wait.
|
Copyright © 2017 FluentLenium. All Rights Reserved.