Package com.vaadin.flow.component
Class TextLocator
- All Implemented Interfaces:
Clickable<Text>,HasTextFilter<Text,TextLocator>
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public class TextLocator
extends Locator<Text,TextLocator>
implements Clickable<Text>, HasTextFilter<Text,TextLocator>
Generated locator for
Text, derived from
TextTester. Filter steps are inherited from
Locator; action methods delegate to a fresh tester
around the resolved component, so behavioral changes belong on the
tester, not here.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnsures the component is in a usable state before interaction.Gets the component being tested.getText()Gets the text of the component.Methods inherited from class com.vaadin.browserless.locator.Locator
atIndex, component, components, exists, inside, inside, invalidate, self, with, withAttribute, withAttribute, withClassName, withCondition, withId, withoutAttribute, withoutAttribute, withoutClassName, withTestIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.browserless.Clickable
click, click, click, middleClick, middleClick, rightClick, rightClickMethods inherited from interface com.vaadin.browserless.locator.HasTextFilter
withText, withTextContaining
-
Constructor Details
-
TextLocator
public TextLocator() -
TextLocator
-
-
Method Details
-
getComponent
Description copied from interface:ClickableGets the component being tested.- Specified by:
getComponentin interfaceClickable<Text>- Returns:
- the component under test
-
ensureComponentIsUsable
public void ensureComponentIsUsable()Description copied from interface:ClickableEnsures the component is in a usable state before interaction.- Specified by:
ensureComponentIsUsablein interfaceClickable<Text>
-
getText
Gets the text of the component. Javadoc copied fromTextTester.getText().- Returns:
- the text, never
null - Throws:
IllegalStateException- if the component is not usable
-