Package com.vaadin.flow.component.html
Class DescriptionListLocator
java.lang.Object
com.vaadin.browserless.locator.Locator<DescriptionList,DescriptionListLocator>
com.vaadin.flow.component.html.DescriptionListLocator
- All Implemented Interfaces:
Clickable<DescriptionList>
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public class DescriptionListLocator
extends Locator<DescriptionList,DescriptionListLocator>
implements Clickable<DescriptionList>
Generated locator for
DescriptionList, derived from
DescriptionListTester. 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.Get all descriptions of DescriptionList.getTerms()Get all terms of DescriptionList.getText()Get the text for target html component.getTitle()Get the title string set for the html component if available.Methods inherited from class com.vaadin.browserless.locator.Locator
atIndex, component, components, exists, inside, inside, invalidate, self, with, withAriaLabel, withAriaLabelContaining, withAttribute, withAttribute, withCaption, withCaptionContaining, withClassName, withCondition, withId, withLabel, withLabelContaining, withoutAttribute, withoutAttribute, withoutClassName, withoutTheme, withText, withTextContaining, withTheme, withValueMethods 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, rightClick
-
Constructor Details
-
DescriptionListLocator
public DescriptionListLocator() -
DescriptionListLocator
-
-
Method Details
-
getComponent
Description copied from interface:ClickableGets the component being tested.- Specified by:
getComponentin interfaceClickable<DescriptionList>- 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<DescriptionList>
-
getDesciptions
Get all descriptions of DescriptionList. Javadoc copied fromDescriptionListTester.getDesciptions().- Returns:
- the list of descriptions for this description list
-
getTerms
Get all terms of DescriptionList. Javadoc copied fromDescriptionListTester.getTerms().- Returns:
- the list of terms for this description list
-
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
-