Class Row

  • Direct Known Subclasses:
    Row

    public class Row
    extends Object
    • Constructor Detail

      • Row

        public Row​(org.openqa.selenium.WebElement webElement,
                   List<Cell> cells)
    • Method Detail

      • getWebElement

        public org.openqa.selenium.WebElement getWebElement()
      • setWebElement

        public void setWebElement​(org.openqa.selenium.WebElement webElement)
      • getCells

        public List<Cell> getCells()
      • setCells

        public void setCells​(List<Cell> cells)
      • getCell

        public Cell getCell​(int index)