Package org.xwiki.repository.test.po
Class ExtensionsLiveTableElement
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.LiveTableElement
-
- org.xwiki.repository.test.po.ExtensionsLiveTableElement
-
public class ExtensionsLiveTableElement extends LiveTableElement
- Since:
- 4.2M1
- Version:
- $Id: afe4351f1b76925613a31a3f965940bb7f085546 $
-
-
Constructor Summary
Constructors Constructor Description ExtensionsLiveTableElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionPage
clickExtensionName(String name)
void
filterName(String pattern)
-
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
-
-
-
-
Method Detail
-
filterName
public void filterName(String pattern)
-
clickExtensionName
public ExtensionPage clickExtensionName(String name)
-
-