Package com.vaadin.flow.component.html
Class NativeLabelLocator
java.lang.Object
com.vaadin.browserless.locator.Locator<NativeLabel,NativeLabelLocator>
com.vaadin.flow.component.html.NativeLabelLocator
- All Implemented Interfaces:
Clickable<NativeLabel>,HasTextFilter<NativeLabel,NativeLabelLocator>
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public class NativeLabelLocator
extends Locator<NativeLabel,NativeLabelLocator>
implements Clickable<NativeLabel>, HasTextFilter<NativeLabel,NativeLabelLocator>
Generated locator for
NativeLabel, derived from
NativeLabelTester. 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
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.HasTextFilter
withText, withTextContaining
-
Constructor Details
-
NativeLabelLocator
public NativeLabelLocator() -
NativeLabelLocator
-
-
Method Details
-
getComponent
Description copied from interface:ClickableGets the component being tested.- Specified by:
getComponentin interfaceClickable<NativeLabel>- 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<NativeLabel>
-
getText
Get the text for target html component. Javadoc copied fromHtmlContainerTester.getText().- Returns:
- text of component
- Throws:
IllegalStateException- if component not visible
-
getTitle
Get the title string set for the html component if available. Javadoc copied fromHtmlComponentTester.getTitle().- Returns:
- title string
- Throws:
IllegalStateException- if not title has been set
-