public interface SeleniumTableCell extends ElementContainer
| Modifier and Type | Method and Description |
|---|---|
static SeleniumTableCell |
getInstance(org.openqa.selenium.WebElement cellElement)
Gets an instance of
SeleniumTableCell with the base cell element provided. |
String |
getText()
Gets the text contained in this cell.
|
boolean |
isHeaderCell()
Gets a flag indicating whether this cell is a
<th> cell or not. |
getElementstatic SeleniumTableCell getInstance(org.openqa.selenium.WebElement cellElement)
SeleniumTableCell with the base cell element provided.cellElement - the base cell elementSeleniumTableCell.String getText()
boolean isHeaderCell()
<th> cell or not.Copyright © 2019. All rights reserved.