Package org.xwiki.extension.test.po
Class UnusedPagesPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.extension.test.po.UnusedPagesPane
-
public class UnusedPagesPane extends BaseElement
The confirmation to delete the unused wiki pages after uninstalling or upgrading a XAR extension.- Since:
- 5.4.3
- Version:
- $Id: 1598375a2d3e88695889dd127ae840487ed64aa9 $
-
-
Constructor Summary
Constructors Constructor Description UnusedPagesPane(org.openqa.selenium.WebElement question)
Wraps the document tree found inside the given job question container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(String space, String page)
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-