Class AccordionLocator
java.lang.Object
com.vaadin.browserless.locator.Locator<Accordion,AccordionLocator>
com.vaadin.flow.component.accordion.AccordionLocator
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public class AccordionLocator
extends Locator<Accordion,AccordionLocator>
implements Clickable<Accordion>
Generated locator for
Accordion, derived from
AccordionTester. 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 the panel with the summary.booleanCheck if a panel for summary exists in accordion.booleanCheck if accordion with the summary is open.voidopenDetails(String summary) Open the accordion with the given 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, rightClick
-
Constructor Details
-
AccordionLocator
public AccordionLocator() -
AccordionLocator
-
-
Method Details
-
getComponent
Description copied from interface:ClickableGets the component being tested.- Specified by:
getComponentin interfaceClickable<Accordion>- 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<Accordion>
-
openDetails
Open the accordion with the given summary. Javadoc copied fromAccordionTester.openDetails(java.lang.String).- Parameters:
summary- summary of accordion panel- Throws:
IllegalArgumentException- if no dropdown panel found for summary
-
isOpen
Check if accordion with the summary is open. Javadoc copied fromAccordionTester.isOpen(java.lang.String).- Parameters:
summary- summary of accordion panel- Returns:
trueif panel is open
-
getPanel
Get the panel with the summary. Throws if panel is not open. Javadoc copied fromAccordionTester.getPanel(java.lang.String).- Parameters:
summary- summary of accordion panel- Returns:
AccordionPanelfor the given summary
-
hasPanel
Check if a panel for summary exists in accordion. Javadoc copied fromAccordionTester.hasPanel(java.lang.String).- Parameters:
summary- summary of accordion panel- Returns:
trueif panel exists
-