org.xwiki.administration.test.po
Class TemplatesAdministrationSectionPage

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.administration.test.po.AdministrationSectionPage
                  extended by org.xwiki.administration.test.po.TemplatesAdministrationSectionPage

public class TemplatesAdministrationSectionPage
extends AdministrationSectionPage

Represents the actions possible on the Templates Administration Page.

Since:
4.2M1
Version:
$Id: a87acb659ae180abd67cde85f4105e8cc4e00f34 $

Constructor Summary
TemplatesAdministrationSectionPage()
           
 
Method Summary
 TemplateProviderInlinePage createTemplateProvider(String space, String page)
           
 List<org.openqa.selenium.WebElement> getExistingTemplatesLinks()
           
static TemplatesAdministrationSectionPage gotoPage()
           
 
Methods inherited from class org.xwiki.administration.test.po.AdministrationSectionPage
clickSave, getForm, getURL, gotoPage
 
Methods inherited from class org.xwiki.test.ui.po.ViewPage
canDelete, clickBreadcrumbLink, clickWantedLink, copy, createPage, createSpace, delete, editSection, exists, getBreadcrumbContent, getContent, getCurrentUser, getDocumentTitle, hasBreadcrumbContent, hasLoginLink, isInlinePage, login, logout, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, register, waitForDocExtraPaneActive, waitUntilContent, watchDocument, watchSpace
 
Methods inherited from class org.xwiki.test.ui.po.BasePage
clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, createInlinePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getEditURL, getMetaDataValue, getPageTitle, getPageURL, isAuthenticated, isNewDocument, sendKeys, waitUntilPageIsLoaded
 
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

TemplatesAdministrationSectionPage

public TemplatesAdministrationSectionPage()
Method Detail

gotoPage

public static TemplatesAdministrationSectionPage gotoPage()
Since:
4.2M1

createTemplateProvider

public TemplateProviderInlinePage createTemplateProvider(String space,
                                                         String page)

getExistingTemplatesLinks

public List<org.openqa.selenium.WebElement> getExistingTemplatesLinks()


Copyright © 2004-2012 XWiki. All Rights Reserved.