| Package | Description |
|---|---|
| org.fluentlenium.core.conditions |
| Modifier and Type | Class and Description |
|---|---|
class |
RectangleConditionsImpl
Conditions for rectangle.
|
class |
RectangleListConditionsImpl
Conditions for list of rectangles.
|
| Modifier and Type | Method and Description |
|---|---|
RectangleConditions |
RectangleConditions.not() |
RectangleConditions |
AbstractFluentListConditions.rectangle() |
RectangleConditions |
FluentConditions.rectangle()
check conditions on rectangle of this element
|
RectangleConditions |
WebElementConditions.rectangle() |
| Constructor and Description |
|---|
RectangleListConditionsImpl(Conditions<FluentWebElement> conditions,
java.util.function.Function<FluentWebElement,org.openqa.selenium.Rectangle> objectGetter,
java.util.function.Function<FluentWebElement,RectangleConditions> conditionsGetter)
Creates a new list of rectangles conditions
|
Copyright © 2018 FluentLenium. All Rights Reserved.