Class AppLayoutElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.applayout.testbench.AppLayoutElement
All Implemented Interfaces:
CanCompareScreenshots, HasCallFunction, HasDriver, HasElementQuery, HasPropertySettersGetters, HasSearchContext, HasTestBenchCommandExecutor, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public class AppLayoutElement extends TestBenchElement
  • Constructor Details

    • AppLayoutElement

      public AppLayoutElement()
  • Method Details

    • getContent

      public TestBenchElement getContent()
    • isDrawerFirst

      public boolean isDrawerFirst()
    • setDrawerFirst

      public void setDrawerFirst(boolean drawerFirst)
    • isDrawerOpened

      public boolean isDrawerOpened()
    • setDrawerOpened

      public void setDrawerOpened(boolean drawerOpened)
    • isOverlay

      public boolean isOverlay()
    • getDrawerToggle

      public DrawerToggleElement getDrawerToggle()