| Package | Description |
|---|---|
| org.fluentlenium.core.conditions |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerConditionsImpl
Conditions for integer
|
class |
IntegerListConditionsImpl
Conditions for list of integers.
|
| Modifier and Type | Method and Description |
|---|---|
IntegerConditions |
RectangleConditionsImpl.height() |
IntegerConditions |
RectangleListConditionsImpl.height() |
IntegerConditions |
RectangleConditions.height()
Add advanced conditions on rectangle height.
|
IntegerConditions |
RectangleConditionsImpl.width() |
IntegerConditions |
RectangleListConditionsImpl.width() |
IntegerConditions |
RectangleConditions.width()
Add advanced conditions on rectangle width.
|
IntegerConditions |
RectangleConditionsImpl.x() |
IntegerConditions |
RectangleListConditionsImpl.x() |
IntegerConditions |
RectangleConditions.x()
Add advanced conditions on rectangle x position.
|
IntegerConditions |
RectangleConditionsImpl.y() |
IntegerConditions |
RectangleListConditionsImpl.y() |
IntegerConditions |
RectangleConditions.y()
Add advanced conditions on rectangle y position.
|
| Constructor and Description |
|---|
IntegerListConditionsImpl(Conditions<FluentWebElement> conditions,
java.util.function.Function<FluentWebElement,java.lang.Integer> objectGetter,
java.util.function.Function<FluentWebElement,IntegerConditions> conditionsGetter)
Creates a new list conditions
|
Copyright © 2018 FluentLenium. All Rights Reserved.