com.vaadin.flow.component.gridpro.testbench.

Class GridTRElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.gridpro.testbench.GridTRElement

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 GridTRElement extends TestBenchElement

A TestBench element representing a <tr> element in a grid.

  • Constructor Details

    • GridTRElement

      public GridTRElement()
  • Method Details

    • getCell

      public GridTHTDElement getCell(GridProColumnElement column)

      Gets the cell for the given column in this row.

      Parameters:

      column - the column element

      Returns:

      the cell for the given column