Package org.xwiki.administration.test.po
Class TemplatesAdministrationSectionPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- org.xwiki.administration.test.po.AdministrationSectionPage
-
- 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: 8983f04b6a9183362169adb917dd5b42dd828531 $
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADMINISTRATION_SECTION_ID
-
Constructor Summary
Constructors Constructor Description TemplatesAdministrationSectionPage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateProviderInlinePage
createTemplateProvider(String space, String page)
TemplateProviderInlinePage
createTemplateProvider(org.xwiki.model.reference.LocalDocumentReference templateProviderReference)
Takes the user to the form used to create the template provider.DocumentPicker
getDocumentPicker()
List<org.openqa.selenium.WebElement>
getExistingTemplatesLinks()
static TemplatesAdministrationSectionPage
gotoPage()
-
Methods inherited from class org.xwiki.administration.test.po.AdministrationSectionPage
clickSave, clickSave, getFormContainerElement, getFormContainerElement, getFormContainerElementForClass, getURL, getURL, getURL, gotoPage, gotoSpaceAdministration, hasHeading, hasLink, waitUntilActionButtonIsLoaded
-
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getContent, getLastModifiedText, getPageBackgroundColor, getTitleColor, getTitleFontFamily, getTranslateButton, hasBreadcrumbContent, hasBreadcrumbContent, hasTranslateButton, isInlinePage, openCommentsDocExtraPane, openHistoryDocExtraPane, openInformationDocExtraPane, scrollToTop, useShortcutForDocExtraPane, useShortcutKeyForCommentPane, useShortcutKeyForHistoryPane, useShortcutKeyForInformationPane, waitForDocExtraPaneActive, waitUntilContent
-
Methods inherited from class org.xwiki.test.ui.po.BasePage
canDelete, clickAdminActionsSubMenuEntry, clickEditSubMenuEntry, clickLocale, clickMoreActionsSubMenuEntry, copy, createInlinePage, createPage, delete, deletePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getDrawerMenu, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, getXWikiMessageContent, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, isAuthenticated, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, toggleActionMenu, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, validateWCAG, validateWCAG, validateWCAG, viewChildren, watchDocument, watchSpace, watchWiki
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Field Detail
-
ADMINISTRATION_SECTION_ID
public static final String ADMINISTRATION_SECTION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
gotoPage
public static TemplatesAdministrationSectionPage gotoPage()
- Since:
- 4.2M1
-
getDocumentPicker
public DocumentPicker getDocumentPicker()
- Returns:
- the document picker used to select the target document
-
createTemplateProvider
public TemplateProviderInlinePage createTemplateProvider(String space, String page)
-
createTemplateProvider
public TemplateProviderInlinePage createTemplateProvider(org.xwiki.model.reference.LocalDocumentReference templateProviderReference)
Takes the user to the form used to create the template provider.- Parameters:
templateProviderReference
- the reference of the template provider page to create- Returns:
- the page to edit the template provider
- Since:
- 12.9RC1
-
getExistingTemplatesLinks
public List<org.openqa.selenium.WebElement> getExistingTemplatesLinks()
-
-