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)
InfiniteScrollTableComponent
PageElement
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 © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.