public interface Table extends Element
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getCellAtIndex(int rowIdx,
int colIdx)
Gets the WebElement of the cell at the specified index
|
int |
getColumnCount()
Gets the number of columns in the table
|
int |
getRowCount()
Gets the number of rows in the table
|
elementWiredint getRowCount()
int getColumnCount()
org.openqa.selenium.WebElement getCellAtIndex(int rowIdx,
int colIdx)
rowIdx - The zero based index of the rowcolIdx - The zero based index of the columnCopyright © 2017 PPI AG. All rights reserved.