| Package | Description |
|---|---|
| com.atlassian.jira.webtests.table |
| Modifier and Type | Method and Description |
|---|---|
HtmlTable.Row |
HtmlTable.findRowWhereCellEquals(int columnIndex,
String cellValue)
Finds the first row in this HtmlTable where the text in the given column equals
cellValue. |
HtmlTable.Row |
HtmlTable.findRowWhereCellStartsWith(int columnIndex,
String prefix)
Finds the first row in this HtmlTable where the text in the given column starts with
prefix. |
HtmlTable.Row |
HtmlTable.getRow(int rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
List<HtmlTable.Row> |
HtmlTable.getRows() |
Copyright © 2002-2020 Atlassian. All Rights Reserved.