| Package | Description |
|---|---|
| org.fluentlenium.core.conditions |
| Modifier and Type | Method and Description |
|---|---|
StringConditions |
FluentConditions.attribute(java.lang.String name)
Check conditions on the given attribute the attribute has the given value.
|
IntegerConditions |
RectangleConditions.height()
Add advanced conditions on rectangle height.
|
StringConditions |
FluentConditions.id()
Check conditions on this element id.
|
StringConditions |
FluentConditions.name()
Check conditions on this element name.
|
RectangleConditions |
FluentConditions.rectangle()
check conditions on rectangle of this element
|
AbstractIntegerConditions |
FluentListConditions.size()
Check that this element list has the given size.
|
StringConditions |
FluentConditions.tagName()
Check conditions on this element tagName.
|
StringConditions |
FluentConditions.text()
Check conditions on this element text.
|
StringConditions |
FluentConditions.textContent()
Check conditions on this element text content.
|
StringConditions |
FluentConditions.value()
Check conditions on this element value.
|
IntegerConditions |
RectangleConditions.width()
Add advanced conditions on rectangle width.
|
IntegerConditions |
RectangleConditions.x()
Add advanced conditions on rectangle x position.
|
IntegerConditions |
RectangleConditions.y()
Add advanced conditions on rectangle y position.
|
Copyright © 2018 FluentLenium. All Rights Reserved.