public static class PlansWithCustomExpiryPage.TableComponent extends InfiniteScrollTableComponent<PlansWithCustomExpiryPage.Plan>
elementFinder
Constructor and Description |
---|
TableComponent(com.atlassian.pageobjects.PageBinder pageBinder) |
Modifier and Type | Method and Description |
---|---|
protected PlansWithCustomExpiryPage.Plan |
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
public TableComponent(com.atlassian.pageobjects.PageBinder pageBinder)
@NotNull protected PlansWithCustomExpiryPage.Plan 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<PlansWithCustomExpiryPage.Plan>
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.