Uses of Interface
org.fluentlenium.core.conditions.IntegerConditions
-
Packages that use IntegerConditions Package Description org.fluentlenium.core.conditions -
-
Uses of IntegerConditions in org.fluentlenium.core.conditions
Classes in org.fluentlenium.core.conditions that implement IntegerConditions Modifier and Type Class Description classIntegerConditionsImplConditions for integerclassIntegerListConditionsImplConditions for list of integers.Methods in org.fluentlenium.core.conditions that return IntegerConditions Modifier and Type Method Description IntegerConditionsRectangleConditions. height()Add advanced conditions on rectangle height.IntegerConditionsRectangleConditionsImpl. height()IntegerConditionsRectangleListConditionsImpl. height()IntegerConditionsRectangleConditions. width()Add advanced conditions on rectangle width.IntegerConditionsRectangleConditionsImpl. width()IntegerConditionsRectangleListConditionsImpl. width()IntegerConditionsRectangleConditions. x()Add advanced conditions on rectangle x position.IntegerConditionsRectangleConditionsImpl. x()IntegerConditionsRectangleListConditionsImpl. x()IntegerConditionsRectangleConditions. y()Add advanced conditions on rectangle y position.IntegerConditionsRectangleConditionsImpl. y()IntegerConditionsRectangleListConditionsImpl. y()
-