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: f24816487f107291cc46e8ab2706d3e152a50984 $
| 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 |
ExtensionDescriptionPane
public ExtensionDescriptionPane(org.openqa.selenium.WebElement container)
- Creates a new instance.
- Parameters:
container - the section container
getLicense
public String getLicense()
- Returns:
- the extension license
getWebSite
public org.openqa.selenium.WebElement getWebSite()
- Returns:
- the extension web site link
Copyright © 2004-2012 XWiki. All Rights Reserved.