Package org.xwiki.extension.test.po
Class ExtensionProgressPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.extension.test.po.ExtensionProgressPane
-
public class ExtensionProgressPane extends BaseElement
The section that displays the extension progress log.- Since:
- 4.2M1
- Version:
- $Id: 38d06c1764690d8e936ae5bc9c87c3181de86b37 $
-
-
Constructor Summary
Constructors Constructor Description ExtensionProgressPane(org.openqa.selenium.WebElement container)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LogItemPane>
getJobLog()
List<LogItemPane>
getJobLog(org.xwiki.logging.LogLevel... levels)
org.openqa.selenium.WebElement
getJobLogLabel()
List<DependencyPane>
getJobPlan()
MergeConflictPane
getMergeConflict()
UnusedPagesPane
getUnusedPages()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
getJobPlan
public List<DependencyPane> getJobPlan()
- Returns:
- the list of extension that will be affected by the current job
-
getJobLogLabel
public org.openqa.selenium.WebElement getJobLogLabel()
- Returns:
- the element that displays the job log label, which is also used to collapse / expand the job log
-
getJobLog
public List<LogItemPane> getJobLog()
- Returns:
- the lines of job log
-
getJobLog
public List<LogItemPane> getJobLog(org.xwiki.logging.LogLevel... levels)
- Parameters:
levels
- the levels to get- Returns:
- the lines of job log
- Since:
- 10.11RC1
-
getMergeConflict
public MergeConflictPane getMergeConflict()
- Returns:
- the pane that displays the merge conflict resolution UI
-
getUnusedPages
public UnusedPagesPane getUnusedPages()
- Returns:
- the confirmation to delete the unused wiki pages after uninstalling or upgrading a XAR extension
-
-