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