Package org.xwiki.extension.test.po
Class DependencyPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.extension.test.po.DependencyPane
-
public class DependencyPane extends BaseElement
Displays information about a dependency of an extension.- Since:
- 4.2M1
- Version:
- $Id: 0bdab4653171162f3b27340382543e218ce66d49 $
-
-
Constructor Summary
Constructors Constructor Description DependencyPane(org.openqa.selenium.WebElement container)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xwiki.extension.ExtensionId
getId()
org.openqa.selenium.WebElement
getLink()
String
getName()
String
getStatus()
String
getStatusMessage()
String
getVersion()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
getStatus
public String getStatus()
- Returns:
- the extension status (loading, core, installed, remote, remote-installed, remote-core, remote-installed-incompatible, remote-core-incompatible)
-
getStatusMessage
public String getStatusMessage()
- Returns:
- the extension status message
-
getLink
public org.openqa.selenium.WebElement getLink()
- Returns:
- the extension link that can be clicked to view more details
-
getName
public String getName()
- Returns:
- the extension name
-
getVersion
public String getVersion()
- Returns:
- the extension version
-
getId
public org.xwiki.extension.ExtensionId getId()
- Returns:
- the extension id
-
-