Modifier and Type | Method and Description |
---|---|
Table |
Document.getTable(Element tableElement) |
Table |
Document.getTable(String tagQuery)
Returns an instance of type Table that relates to the first table in the document that matches the specified tagQuery.
|
Table |
Document.getTable(org.openqa.selenium.WebElement tableElement) |
Table |
Document.getTableByText(String... regex)
Returns a Table object for the first table Element in the document that contains th/td elements who's visible text is matched by the specified text, or throws a NotFound Exception.
|