public static class ViewAllDeploymentProjectsPage.TableComponent extends InfiniteScrollTableComponent<ViewAllDeploymentProjectsPage.TableRow>
elementFinder| Constructor and Description |
|---|
TableComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull ViewAllDeploymentProjectsPage.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. |
protected void |
waitUntilCurrentRowsLoaded()
Waits until all rows currently present in the table have been fully loaded.
|
getAllTableRows, getTable, scrollTop@NotNull protected @NotNull ViewAllDeploymentProjectsPage.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<ViewAllDeploymentProjectsPage.TableRow>row - current table row (HTML 'tr')previousRows - a list of previous rows (HTML 'tr' elements)protected void waitUntilCurrentRowsLoaded()
InfiniteScrollTableComponentwaitUntilCurrentRowsLoaded in class InfiniteScrollTableComponent<ViewAllDeploymentProjectsPage.TableRow>Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.