Class EphemeralAgentTemplatesListPage.TableComponent

    • Constructor Detail

      • TableComponent

        public TableComponent()
    • Method Detail

      • convertRow

        @NotNull
        protected @NotNull String convertRow​(@NotNull
                                             @NotNull com.atlassian.pageobjects.elements.PageElement row,
                                             @NotNull
                                             @NotNull List<com.atlassian.pageobjects.elements.PageElement> previousRows)
        Description copied from class: InfiniteScrollTableComponent
        Convert the given PageElement to a typed table row instance.
        Specified by:
        convertRow in class InfiniteScrollTableComponent<String>
        Parameters:
        row - current table row (HTML 'tr')
        previousRows - a list of previous rows (HTML 'tr' elements)