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: c9bd19199862029067e5b41702ac83053e1c5a65 $
-
-
Constructor Summary
Constructors Constructor Description ThemesAdministrationSectionPage()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clickOnCustomize()
Click on the 'customize' buttonList<String>
getColibriColorThemes()
List<String>
getColorThemes()
String
getCurrentColorTheme()
List<String>
getFlamingoThemes()
void
manageColorThemes()
Click on "manage color theme".void
setColorTheme(String colorThemeName)
Select the specified color theme.-
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, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, getXWikiMessageContent, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, hideDrawer, isAuthenticated, isDrawerVisible, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, showDrawer, toggleActionMenu, toggleDrawer, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, 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
-
clickOnCustomize
public void clickOnCustomize()
Click on the 'customize' button
-
manageColorThemes
public void manageColorThemes()
Click on "manage color theme".- Since:
- 6.3RC1
-
-