org.xwiki.panels.test.po
Class PanelsHomePage

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.BasePage
          extended by org.xwiki.test.ui.po.ViewPage
              extended by org.xwiki.panels.test.po.PanelsHomePage

public class PanelsHomePage
extends ViewPage

Represents the Panels.WebHome page.

Since:
4.3.1
Version:
$Id: ded2d8572a8ce18317db659169cc2ac9f0a7d11c $

Constructor Summary
PanelsHomePage()
           
 
Method Summary
 PanelEditPage createPanel(String title)
          Creates a panel with the specified title.
static PanelsHomePage gotoPage()
          Go to the home page of the Panels application.
 
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
 

Constructor Detail

PanelsHomePage

public PanelsHomePage()
Method Detail

gotoPage

public static PanelsHomePage gotoPage()
Go to the home page of the Panels application.


createPanel

public PanelEditPage createPanel(String title)
Creates a panel with the specified title.

Parameters:
title - the name of the new panel
Returns:
the edit mode for the specified panel


Copyright © 2004-2013 XWiki. All Rights Reserved.