default boolean
Check that the attribute has the given value.
boolean
Check that the class attribute has the given class name.
boolean
Check that this element is visible and enabled such that you can
click it.
boolean
Check that this contains the given sequence of characters.
boolean
RectangleConditions.dimension
(int width,
int height)
Check that rectangle has the given dimension.
boolean
Check that this element is displayed.
boolean
Check that this element is enabled.
boolean
Check that this ends with the given string.
boolean
AbstractIntegerConditions.equalTo
(int value)
Check that this is equal to given value
boolean
Check that this is equal to with the given string.
boolean
Check that this is equal to with the given string, ignoring
case.
boolean
Check that this is greater than given value
boolean
Check that this is greater than or equal given value
boolean
RectangleConditions.height
(int height)
Check that rectangle has the given height.
default boolean
Check that this element has the given id.
boolean
AbstractIntegerConditions.lessThan
(int value)
Check that this is less than given value
boolean
Check that this is less than or equal given value
boolean
Check that this matches the given regular expression string.
boolean
Check that this matches the given regular expression pattern.
default boolean
Check that this element has the given name
boolean
RectangleConditions.position
(int x,
int y)
Check that rectangle has the given (x, y) position.
boolean
Check that rectangle has the given psition and dimension.
boolean
Check that this element is present
boolean
Check that the currently validated element of this list is
present.
boolean
Check that this element is selected.
boolean
FluentListConditions.size
(int size)
Check that this element list has the given size.
boolean
Check that this element is no longer attached to the DOM.
boolean
Check that this starts with the given string.
default boolean
Check that this element has the given tagName
default boolean
Check that this element has the given text.
default boolean
Check conditions on this element text content.
default boolean
Check that this element has the given value
boolean
Check that the given predicate is verified against this condition
object.
boolean
Check that the given predicate is verified.
boolean
RectangleConditions.width
(int width)
Check that rectangle has the given width.
boolean
RectangleConditions.x
(int x)
Check that rectangle has the given x position.
boolean
RectangleConditions.y
(int y)
Check that rectangle has the given y position.