| Package | Description |
|---|---|
| org.fluentlenium.core.conditions |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicIntegerConditionsImpl
Conditions for integer
|
class |
IntegerConditionsImpl
Conditions for integer
|
class |
RectangleConditionsImpl
Conditions for rectangle.
|
class |
StringConditionsImpl
Conditions for string
|
class |
WebElementConditions
Fluent object to handle
ExpectedConditions on FluentWebElement in fluentlenium API. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractObjectConditions<T> |
AbstractObjectConditions.newInstance(boolean negationValue)
Creates a new instance of this condition.
|
protected AbstractObjectConditions<FluentWebElement> |
WebElementConditions.newInstance(boolean negationValue) |
protected AbstractObjectConditions<java.lang.Integer> |
IntegerConditionsImpl.newInstance(boolean negationValue) |
protected AbstractObjectConditions<java.util.List<? extends FluentWebElement>> |
DynamicIntegerConditionsImpl.newInstance(boolean negationValue) |
AbstractObjectConditions<T> |
AbstractObjectConditions.not() |
Copyright © 2018 FluentLenium. All Rights Reserved.