Class TextAreaLocator
java.lang.Object
com.vaadin.browserless.locator.Locator<TextArea,TextAreaLocator>
com.vaadin.flow.component.textfield.TextAreaLocator
- All Implemented Interfaces:
Clickable<TextArea>,HasAriaLabelFilter<TextArea,,TextAreaLocator> HasLabelFilter<TextArea,,TextAreaLocator> HasThemeFilter<TextArea,,TextAreaLocator> HasValueFilter<TextArea,String, TextAreaLocator>
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public class TextAreaLocator
extends Locator<TextArea,TextAreaLocator>
implements Clickable<TextArea>, HasLabelFilter<TextArea,TextAreaLocator>, HasAriaLabelFilter<TextArea,TextAreaLocator>, HasValueFilter<TextArea,String,TextAreaLocator>, HasThemeFilter<TextArea,TextAreaLocator>
Generated locator for
TextArea, derived from
TextAreaTester. 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.voidSet the value to the component if it is usable.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, withoutClassNameMethods 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.HasAriaLabelFilter
withAriaLabel, withAriaLabelContainingMethods inherited from interface com.vaadin.browserless.locator.HasLabelFilter
withLabel, withLabelContainingMethods inherited from interface com.vaadin.browserless.locator.HasThemeFilter
withoutTheme, withThemeMethods inherited from interface com.vaadin.browserless.locator.HasValueFilter
withValue
-
Constructor Details
-
TextAreaLocator
public TextAreaLocator() -
TextAreaLocator
-
-
Method Details
-
getComponent
Description copied from interface:ClickableGets the component being tested.- Specified by:
getComponentin interfaceClickable<TextArea>- 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<TextArea>
-
setValue
Set the value to the component if it is usable. For a non interactable component an IllegalStateException will be thrown as the end user would not be able to set a value. Javadoc copied fromTextAreaTester.setValue(java.lang.String).- Parameters:
value- value to set
-