public static class UsersAdminPage.TableComponent extends InfiniteScrollTableComponent<UsersAdminPage.TableRow>
elementFinder| Constructor and Description |
|---|
TableComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected UsersAdminPage.TableRow |
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 UsersAdminPage.TableRow 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<UsersAdminPage.TableRow>row - current table row (HTML 'tr')previousRows - a list of previous rows (HTML 'tr' elements)Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.