org.xwiki.panels.test.po
Class ApplicationsPanel
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.ViewPage
org.xwiki.panels.test.po.ApplicationsPanel
public class ApplicationsPanel
- extends ViewPage
Represents actions for the Panels.Appications panel.
- Since:
- 4.3M2
- Version:
- $Id: ef344b29def7bf9a92944c39dd7161d8fbdcbc34 $
| Methods inherited from class org.xwiki.test.ui.po.ViewPage |
clickBreadcrumbLink, clickWantedLink, editSection, exists, getBreadcrumbContent, getContent, hasBreadcrumbContent, isInlinePage, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, waitForDocExtraPaneActive, waitUntilContent |
| Methods inherited from class org.xwiki.test.ui.po.BasePage |
canDelete, clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, copy, createInlinePage, createPage, createSpace, delete, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getEditURL, getMetaDataValue, getPageMenuLink, getPageTitle, getPageURL, hasLoginLink, isAuthenticated, isNewDocument, login, logout, register, sendKeys, waitUntilPageIsLoaded, watchDocument, watchSpace |
| 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 |
ApplicationsPanel
public ApplicationsPanel()
gotoPage
public static ApplicationsPanel gotoPage()
- Returns:
- the page representing the Application Panels page
getURL
public static String getURL()
containsApplication
public boolean containsApplication(String applicationName)
clickApplication
public ViewPage clickApplication(String applicationName)
Copyright © 2004-2013 XWiki. All Rights Reserved.