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: a518dca56241068a6fc1b475a8e279b9f39ca47e $
|
Constructor Summary |
DependencyPane(org.openqa.selenium.WebElement container)
Creates a new instance. |
| Methods inherited from class org.xwiki.test.ui.po.BaseElement |
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyPane
public DependencyPane(org.openqa.selenium.WebElement container)
- Creates a new instance.
- Parameters:
container - the dependency container
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
Copyright © 2004-2012 XWiki. All Rights Reserved.