Class GridRow

  • All Implemented Interfaces:
    org.openqa.selenium.interactions.Locatable, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsDriver

    public class GridRow
    extends DesktopElement
    • Constructor Detail

      • GridRow

        public GridRow​(org.openqa.selenium.WebElement element)
    • Method Detail

      • cells

        public List<GridCell> cells()
        Gets all the cells from the row.
        Returns:
      • header

        public GridHeaderItem header()
        Gets the header item of the row.
        Returns:
      • findCellByText

        public GridCell findCellByText​(String textToFind)
        Find a cell by a given text.
        Parameters:
        textToFind -
        Returns:
      • scrollIntoView

        public GridRow scrollIntoView()
        Scrolls the row into view.
        Returns: