| Modifier and Type | Method and Description |
|---|---|
SeleniumTableRow |
SeleniumTable.get(int rowIndex)
Gets an individual table row by its index in the rows in this table
|
static SeleniumTableRow |
SeleniumTableRow.getInstance(org.openqa.selenium.WebElement rowElement)
Gets an instance of
SeleniumTableRow with the base row element provided. |
SeleniumTableRow |
SeleniumTable.headerRow()
Gets the
SeleniumTableRow that is the header for
this table. |
| Modifier and Type | Method and Description |
|---|---|
List<SeleniumTableRow> |
SeleniumTable.rows()
Gets a list of all rows in the table.
|
Copyright © 2019. All rights reserved.