Interface ElementBuilder<FLUENT>
public interface ElementBuilder<FLUENT>
- Author:
- Jan Papousek
-
Method Summary
Modifier and TypeMethodDescriptionReturns an attribute condition builder which can be used to formulate conditions related to the given attribute.is()Returns a condition builder for conditions with "is" prefix.text()Returns a string matcher for the text inside the element.value()Returns an attribute condition builder for 'value' attribute'
-
Method Details
-
attribute
Returns an attribute condition builder which can be used to formulate conditions related to the given attribute. -
is
IsNotElementBuilder<FLUENT> is()Returns a condition builder for conditions with "is" prefix. -
text
NotStringMatcher<FLUENT> text()Returns a string matcher for the text inside the element. -
value
AttributeBuilder<FLUENT> value()Returns an attribute condition builder for 'value' attribute'- See Also:
-