| 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 |
RectangleListConditionsImpl.height() |
IntegerConditions |
RectangleConditionsImpl.height() |
IntegerConditions |
RectangleConditions.height()
Add advanced conditions on rectangle height.
|
IntegerConditions |
IntegerConditions.not() |
IntegerConditions |
FluentListConditions.size()
Check that this element list has the given size.
|
IntegerConditions |
AbstractFluentListConditions.size() |
IntegerConditions |
RectangleListConditionsImpl.width() |
IntegerConditions |
RectangleConditionsImpl.width() |
IntegerConditions |
RectangleConditions.width()
Add advanced conditions on rectangle width.
|
IntegerConditions |
RectangleListConditionsImpl.x() |
IntegerConditions |
RectangleConditionsImpl.x() |
IntegerConditions |
RectangleConditions.x()
Add advanced conditions on rectangle x position.
|
IntegerConditions |
RectangleListConditionsImpl.y() |
IntegerConditions |
RectangleConditionsImpl.y() |
IntegerConditions |
RectangleConditions.y()
Add advanced conditions on rectangle y position.
|
| Constructor and Description |
|---|
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
|
Copyright © 2016 FluentLenium. All Rights Reserved.