|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.extension.test.po.ExtensionPane
public class ExtensionPane
Displays an extension.
| Constructor Summary | |
|---|---|
ExtensionPane(org.openqa.selenium.WebElement container)
Creates a new instance. |
|
| Method Summary | |
|---|---|
ExtensionPane |
confirm()
Confirms the current action and wait for it to be performed. |
ExtensionPane |
downgrade()
Clicks on the downgrade button and waits for the downgrade plan to be computed. |
String |
getAuthors()
|
org.openqa.selenium.WebElement |
getDowngradeButton()
|
org.xwiki.extension.ExtensionId |
getId()
|
org.openqa.selenium.WebElement |
getInstallButton()
|
String |
getName()
|
ProgressBarPane |
getProgressBar()
|
String |
getStatus()
|
String |
getStatusMessage()
|
String |
getSummary()
|
org.openqa.selenium.WebElement |
getUninstallButton()
|
org.openqa.selenium.WebElement |
getUpgradeButton()
|
String |
getVersion()
|
ExtensionPane |
hideDetails()
Clicks on the hide details button. |
ExtensionPane |
install()
Clicks on the install button and waits for the install plan to be computed. |
ExtensionDependenciesPane |
openDependenciesSection()
Selects the extension dependencies tab. |
ExtensionDescriptionPane |
openDescriptionSection()
Selects the extension description tab. |
ExtensionProgressPane |
openProgressSection()
Selects the extension progress tab. |
ExtensionPane |
showDetails()
Clicks on the show details button. |
ExtensionPane |
uninstall()
Clicks on the uninstall button and waits for the uninstall plan to be computed. |
ExtensionPane |
upgrade()
Clicks on the upgrade button and waits for the upgrade plan to be computed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtensionPane(org.openqa.selenium.WebElement container)
container - the element that wraps the extension display| Method Detail |
|---|
public String getStatus()
public String getStatusMessage()
public org.xwiki.extension.ExtensionId getId()
public String getName()
public String getVersion()
public String getAuthors()
public String getSummary()
public ExtensionPane showDetails()
public ExtensionPane hideDetails()
public ExtensionPane install()
public org.openqa.selenium.WebElement getInstallButton()
public ExtensionPane uninstall()
public org.openqa.selenium.WebElement getUninstallButton()
public ExtensionPane upgrade()
public org.openqa.selenium.WebElement getUpgradeButton()
public ExtensionPane downgrade()
public org.openqa.selenium.WebElement getDowngradeButton()
public ExtensionPane confirm()
public ExtensionDescriptionPane openDescriptionSection()
public ExtensionDependenciesPane openDependenciesSection()
public ExtensionProgressPane openProgressSection()
public ProgressBarPane getProgressBar()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||