org.xwiki.test.po.xe
Class HomePage

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.test.po.xe.HomePage

public class HomePage
extends org.xwiki.test.ui.po.ViewPage

Represents the actions possible on the Home Page.

Since:
3.2M3
Version:
$Id: d7382b92d276783e49faf3b930f10e0824172635 $

Constructor Summary
HomePage()
           
 
Method Summary
 SpacesPane getSpacesPane()
           
 String getURL()
           
static HomePage gotoPage()
           
 boolean isOnHomePage()
           
 
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

HomePage

public HomePage()
Method Detail

gotoPage

public static HomePage gotoPage()

getURL

public String getURL()

isOnHomePage

public boolean isOnHomePage()

getSpacesPane

public SpacesPane getSpacesPane()
Returns:
the part of the home page that lists the existing spaces and allows the user to create a new space


Copyright © 2004-2013 XWiki. All Rights Reserved.