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