Uses of
Interface
io.fluentlenium.core.conditions.StringConditions
-
Uses of StringConditions in io.fluentlenium.core.conditions
Modifier and TypeClassDescriptionclass
Conditions for stringclass
Conditions for list of string.Modifier and TypeMethodDescriptionCheck conditions on the given attribute the attribute has the given value.AbstractFluentListConditions.id()
FluentConditions.id()
Check conditions on this element id.WebElementConditions.id()
AbstractFluentListConditions.name()
FluentConditions.name()
Check conditions on this element name.WebElementConditions.name()
StringConditions.not()
AbstractFluentListConditions.tagName()
FluentConditions.tagName()
Check conditions on this element tagName.WebElementConditions.tagName()
AbstractFluentListConditions.text()
FluentConditions.text()
Check conditions on this element text.WebElementConditions.text()
AbstractFluentListConditions.textContent()
FluentConditions.textContent()
Check conditions on this element text content.WebElementConditions.textContent()
AbstractFluentListConditions.value()
FluentConditions.value()
Check conditions on this element value.WebElementConditions.value()