| Modifier and Type | Method and Description |
|---|---|
SeleniumTableCell |
SeleniumTableRow.get(int columnIndex)
Gets the
SeleniumTableCell in this row from the provided index. |
SeleniumTableCell |
SeleniumTable.get(int rowIndex,
int columnIndex)
Gets an individual table cell by its row index and column index in the rows in this table
|
static SeleniumTableCell |
SeleniumTableCell.getInstance(org.openqa.selenium.WebElement cellElement)
Gets an instance of
SeleniumTableCell with the base cell element provided. |
| Modifier and Type | Method and Description |
|---|---|
List<SeleniumTableCell> |
SeleniumTableRow.cells()
Gets the
List of all SeleniumTableCell in this row |
List<SeleniumTableCell> |
SeleniumTable.getColumn(String columnName)
Gets the
List of all cells
under the given column name. |
Copyright © 2019. All rights reserved.