public static class ViewUserPage.UserAliasesTableComponent extends InfiniteScrollTableComponent<ViewUserPage.UserAliasesTableRow>
elementFinder| Constructor and Description |
|---|
UserAliasesTableComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected ViewUserPage.UserAliasesTableRow |
convertRow(com.atlassian.pageobjects.elements.PageElement row,
List<com.atlassian.pageobjects.elements.PageElement> previousRows)
Convert the given
PageElement to a typed table row instance. |
getAllTableRows, getTable, scrollTop, waitUntilCurrentRowsLoaded@NotNull protected ViewUserPage.UserAliasesTableRow convertRow(@NotNull com.atlassian.pageobjects.elements.PageElement row, @NotNull List<com.atlassian.pageobjects.elements.PageElement> previousRows)
InfiniteScrollTableComponentPageElement to a typed table row instance.convertRow in class InfiniteScrollTableComponent<ViewUserPage.UserAliasesTableRow>row - current table row (HTML 'tr')previousRows - a list of previous rows (HTML 'tr' elements)Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.