Class DashboardSectionElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.dashboard.testbench.DashboardSectionElement
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 DashboardSectionElement extends TestBenchElement
Author:
Vaadin Ltd
  • Constructor Details

    • DashboardSectionElement

      public DashboardSectionElement()
  • Method Details

    • getTitle

      public String getTitle()
      Returns the title of the section.
      Returns:
      the sectionTitle property from the web component
    • getWidgets

      public List<DashboardWidgetElement> getWidgets()
      Returns the widgets in the section.
      Returns:
      The widgets in the section