Package org.xwiki.administration.test.po
Class ThemesAdministrationSectionPage
- 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.ThemesAdministrationSectionPage
-
public class ThemesAdministrationSectionPage extends AdministrationSectionPage
Represents the actions possible on the Themes administration section.- Since:
- 6.3M1
- Version:
- $Id: 214b0484f234d196186b924ad6c7f7f7f4343013 $
-
-
Constructor Summary
Constructors Constructor Description ThemesAdministrationSectionPage()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclickOnCustomizeColorTheme()Click on the 'customize' buttonvoidclickOnCustomizeSkin()List<String>getColibriColorThemes()List<String>getColorThemes()StringgetCurrentColorTheme()List<String>getFlamingoThemes()voidmanageColorThemes()Click on "manage color theme".voidsetColorTheme(String colorThemeName)Select the specified color theme.voidsetSkin(String skinReference)-
Methods inherited from class org.xwiki.administration.test.po.AdministrationSectionPage
clickSave, clickSave, getContent, 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, 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
-
-
-
-
Method Detail
-
setColorTheme
public void setColorTheme(String colorThemeName)
Select the specified color theme.- Parameters:
colorThemeName- name of the color theme to select
-
getCurrentColorTheme
public String getCurrentColorTheme()
- Returns:
- the current color theme
-
getColibriColorThemes
public List<String> getColibriColorThemes()
- Returns:
- the list of colibri themes
-
clickOnCustomizeColorTheme
public void clickOnCustomizeColorTheme()
Click on the 'customize' button
-
manageColorThemes
public void manageColorThemes()
Click on "manage color theme".- Since:
- 6.3RC1
-
setSkin
public void setSkin(String skinReference)
- Since:
- 15.9RC1
-
clickOnCustomizeSkin
public void clickOnCustomizeSkin()
- Since:
- 15.9RC1
-
-