Uses of Annotation Interface
io.fluentlenium.core.conditions.message.Message
Packages that use Message
-
Uses of Message in io.fluentlenium.core.conditions
Methods in io.fluentlenium.core.conditions with annotations of type MessageModifier and TypeMethodDescriptiondefault booleanCheck that the attribute has the given value.booleanCheck that the class attribute has the given class name.booleanFluentConditions.clickable()Check that this element is visible and enabled such that you can click it.booleanStringConditions.contains(CharSequence charSequence) Check that this contains the given sequence of characters.booleanRectangleConditions.dimension(int width, int height) Check that rectangle has the given dimension.booleanFluentConditions.displayed()Check that this element is displayed.booleanFluentConditions.enabled()Check that this element is enabled.booleanCheck that this ends with the given string.booleanAbstractIntegerConditions.equalTo(int value) Check that this is equal to given valuebooleanCheck that this is equal to with the given string.booleanStringConditions.equalToIgnoreCase(String anotherString) Check that this is equal to with the given string, ignoring case.booleanAbstractIntegerConditions.greaterThan(int value) Check that this is greater than given valuebooleanAbstractIntegerConditions.greaterThanOrEqualTo(int value) Check that this is greater than or equal given valuebooleanRectangleConditions.height(int height) Check that rectangle has the given height.default booleanCheck that this element has the given id.booleanAbstractIntegerConditions.lessThan(int value) Check that this is less than given valuebooleanAbstractIntegerConditions.lessThanOrEqualTo(int value) Check that this is less than or equal given valuebooleanCheck that this matches the given regular expression string.booleanCheck that this matches the given regular expression pattern.default booleanCheck that this element has the given namebooleanRectangleConditions.position(int x, int y) Check that rectangle has the given (x, y) position.booleanRectangleConditions.positionAndDimension(int x, int y, int width, int height) Check that rectangle has the given psition and dimension.booleanFluentConditions.present()Check that this element is presentbooleanFluentListConditions.present()Check that the currently validated element of this list is present.booleanFluentConditions.selected()Check that this element is selected.booleanFluentListConditions.size(int size) Check that this element list has the given size.booleanFluentConditions.stale()Check that this element is no longer attached to the DOM.booleanStringConditions.startsWith(String prefix) Check that this starts with the given string.default booleanCheck that this element has the given tagNamedefault booleanCheck that this element has the given text.default booleanFluentConditions.textContent(String anotherString) Check conditions on this element text content.default booleanCheck that this element has the given valuebooleanCheck that the given predicate is verified against this condition object.booleanFluentListConditions.verify(Predicate<FluentWebElement> predicate, boolean defaultValue) Check that the given predicate is verified.booleanRectangleConditions.width(int width) Check that rectangle has the given width.booleanRectangleConditions.x(int x) Check that rectangle has the given x position.booleanRectangleConditions.y(int y) Check that rectangle has the given y position.