Package org.xwiki.extension.test.po
Class ExtensionDescriptionPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.extension.test.po.ExtensionDescriptionPane
-
public class ExtensionDescriptionPane extends BaseElement
The section that displays various information about an extension, like its license and web page.- Since:
- 4.2M1
- Version:
- $Id: 8c3dee29227da8fd535b67a30935ac87d837dd4d $
-
-
Constructor Summary
Constructors Constructor Description ExtensionDescriptionPane(org.openqa.selenium.WebElement container)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getFeatures()
String
getId()
org.openqa.selenium.WebElement
getIssues()
String
getLicense()
List<String>
getNamespaces()
org.openqa.selenium.WebElement
getSources()
String
getType()
org.openqa.selenium.WebElement
getWebSite()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
getLicense
public String getLicense()
- Returns:
- the extension license
-
getWebSite
public org.openqa.selenium.WebElement getWebSite()
- Returns:
- the extension web site link
-
getId
public String getId()
- Returns:
- the extension id
-
getType
public String getType()
- Returns:
- the extension type
-
getSources
public org.openqa.selenium.WebElement getSources()
- Returns:
- the link to the extension sources
-
getIssues
public org.openqa.selenium.WebElement getIssues()
- Returns:
- the link to the extension issue tracker
-
-