Package org.xwiki.test.ui.po
Class PagesLiveTableElement
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.LiveTableElement
-
- org.xwiki.test.ui.po.PagesLiveTableElement
-
public class PagesLiveTableElement extends LiveTableElement
Represents a live table that lists generic pages (e.g. the live table from the children/siblings viewer).- Since:
- 7.3RC1
- Version:
- $Id: 8388a1764237c79670a9cafd194edf60aa71518e $
-
-
Constructor Summary
Constructors Constructor Description PagesLiveTableElement(String livetableId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasPageWithTitle(String title)
-
Methods inherited from class org.xwiki.test.ui.po.LiveTableElement
clickAction, clickCell, filterColumn, getCell, getCell, getColumnIndex, getFilterValue, getRow, getRowCount, getRowNumberForElement, hasColumn, hasExactRows, hasRow, isReady, sortAscending, sortBy, sortDescending, waitUntilReady, waitUntilRowCountGreaterThan, waitUntilRowCountGreaterThan
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-