Class GridColumnElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.grid.testbench.GridColumnElement
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 GridColumnElement extends TestBenchElement
A TestBench element representing a <vaadin-grid-column> element.
  • Constructor Details

    • GridColumnElement

      public GridColumnElement()
  • Method Details

    • getHeaderCell

      public GridTHTDElement getHeaderCell()
      Gets the header cell for this column.

      A column always has a header cell, even if the header is not shown.

      Returns:
      the header cell for the column
    • getFooterCell

      public GridTHTDElement getFooterCell()
      Gets the footer cell for this column.

      A column always has a footer cell, even if the footer is not shown.

      Returns:
      the footer cell for the column