Class MasterDetailLayoutElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.masterdetaillayout.testbench.MasterDetailLayoutElement
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 MasterDetailLayoutElement extends TestBenchElement
A TestBench element representing a <vaadin-master-detail-layout> element.
  • Constructor Details

    • MasterDetailLayoutElement

      public MasterDetailLayoutElement()
  • Method Details

    • getMaster

      public TestBenchElement getMaster()
      Gets the element in the master area.
      Returns:
      the element in the master area, or null if not set
    • getDetail

      public TestBenchElement getDetail()
      Gets the element in the detail area.
      Returns:
      the element in the detail area, or null if not set