Uses of Annotation Interface
io.fluentlenium.core.conditions.message.MessageContext
Packages that use MessageContext
-
Uses of MessageContext in io.fluentlenium.core.conditions
Methods in io.fluentlenium.core.conditions with annotations of type MessageContextModifier and TypeMethodDescriptionCheck conditions on the given attribute the attribute has the given value.RectangleConditions.height()
Add advanced conditions on rectangle height.FluentConditions.id()
Check conditions on this element id.FluentConditions.name()
Check conditions on this element name.FluentConditions.rectangle()
check conditions on rectangle of this elementFluentListConditions.size()
Check that this element list has the given size.FluentConditions.tagName()
Check conditions on this element tagName.FluentConditions.text()
Check conditions on this element text.FluentConditions.textContent()
Check conditions on this element text content.FluentConditions.value()
Check conditions on this element value.RectangleConditions.width()
Add advanced conditions on rectangle width.RectangleConditions.x()
Add advanced conditions on rectangle x position.RectangleConditions.y()
Add advanced conditions on rectangle y position.