public interface SeleniumTableRow extends ElementContainer, Iterable<SeleniumTableCell>
| Modifier and Type | Method and Description |
|---|---|
int |
cellCount()
Gets the number of cells in this row.
|
List<SeleniumTableCell> |
cells()
Gets the
List of all SeleniumTableCell in this row |
SeleniumTableCell |
get(int columnIndex)
Gets the
SeleniumTableCell in this row from the provided index. |
static SeleniumTableRow |
getInstance(org.openqa.selenium.WebElement rowElement)
Gets an instance of
SeleniumTableRow with the base row element provided. |
boolean |
isHeaderRow()
Check if the row is a header row (containing
<th> elements. |
getElementforEach, iterator, spliteratorstatic SeleniumTableRow getInstance(org.openqa.selenium.WebElement rowElement)
SeleniumTableRow with the base row element provided.rowElement - the base row elementSeleniumTableRowSeleniumTableCell get(int columnIndex)
SeleniumTableCell in this row from the provided index.columnIndex - the index of the cell in this rowSeleniumTableCellList<SeleniumTableCell> cells()
List of all SeleniumTableCell in this rowList of SeleniumTableCellint cellCount()
boolean isHeaderRow()
<th> elements.Copyright © 2019. All rights reserved.