Class TextTester<T extends Text>

java.lang.Object
com.vaadin.browserless.ComponentTester<T>
com.vaadin.flow.component.TextTester<T>
Type Parameters:
T - component type
All Implemented Interfaces:
Clickable<T>

public class TextTester<T extends Text> extends ComponentTester<T>
Tester for Text components.

Text renders as a text node rather than an HTML element, so it has no visibility or enabled state of its own (Component.isVisible() throws, and a text node cannot be disabled). Usability is therefore derived from the component being attached and from the effective visibility of its parent subtree.