org.xwiki.extension.test.po
Class ExtensionDescriptionPane

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by 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 $

Constructor Summary
ExtensionDescriptionPane(org.openqa.selenium.WebElement container)
          Creates a new instance.
 
Method Summary
 String getLicense()
           
 org.openqa.selenium.WebElement getWebSite()
           
 
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
 

Constructor Detail

ExtensionDescriptionPane

public ExtensionDescriptionPane(org.openqa.selenium.WebElement container)
Creates a new instance.

Parameters:
container - the section container
Method Detail

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.