| 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.
|
| Constructor and Description |
|---|
BaseObjectListConditions(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,T> objectGetter,
com.google.common.base.Function<FluentWebElement,C> conditionsGetter)
Creates a new list conditions
|
IntegerListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,Integer> objectGetter)
Creates a new list conditions, with default integer condition implementation
|
IntegerListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,Integer> objectGetter,
com.google.common.base.Function<FluentWebElement,IntegerConditions> conditionsGetter)
Creates a new list conditions
|
RectangleListConditionsImpl(Conditions<FluentWebElement> conditions)
Creates a new list of rectangles conditions, using rectangle of the conditions element
|
RectangleListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,org.openqa.selenium.Rectangle> objectGetter,
com.google.common.base.Function<FluentWebElement,RectangleConditions> conditionsGetter)
Creates a new list of rectangles conditions
|
StringListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,String> objectGetter,
com.google.common.base.Function<FluentWebElement,StringConditions> conditionsGetter)
Creates a new list of string conditions
|
| 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,
com.google.common.base.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,
com.google.common.base.Function<T,Boolean> conditionFunction)
Perform the wait.
|
Copyright © 2016 FluentLenium. All Rights Reserved.