Package org.xwiki.flamingo.test.po
Class EditThemePage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.editor.EditPage
-
- org.xwiki.flamingo.test.po.EditThemePage
-
public class EditThemePage extends EditPage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xwiki.test.ui.po.editor.EditPage
EditPage.Editor
-
-
Field Summary
-
Fields inherited from class org.xwiki.test.ui.po.editor.EditPage
cancel, currentEditorDiv, save, saveandcontinue, syntaxIdSelect
-
-
Constructor Summary
Constructors Constructor Description EditThemePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclickOnRefreshPreview()ViewThemePageclickSaveAndView()PreviewBoxgetPreviewBox()List<String>getVariableCategories()voidrefreshPreview()voidselectVariableCategory(String category)voidsetAutoRefresh(boolean enabled)voidsetTextareaValue(String variableName, String value)voidsetVariableValue(String variableName, String value)protected voidwaitUntilReady()Wait until the theme editor is ready for user interaction.-
Methods inherited from class org.xwiki.test.ui.po.editor.EditPage
clickCancel, clickCancelCSRFWarningButton, clickForceSaveCSRFButton, clickSaveAndContinue, clickSaveAndContinue, clickSaveAndView, clickTranslate, getDefaultLanguage, getDocumentTitle, getEditor, getExistingLocales, getExistingLocales, getNotExistingLocales, getParent, getSaveAndContinueButton, getSaveAndViewButton, getSyntaxId, isCSRFWarningDisplayed, setDefaultLanguage, setSyntaxId, useShortcutKeyForCancellingEdition
-
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, 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
-
selectVariableCategory
public void selectVariableCategory(String category)
-
setAutoRefresh
public void setAutoRefresh(boolean enabled)
-
clickOnRefreshPreview
public void clickOnRefreshPreview()
-
refreshPreview
public void refreshPreview()
-
getPreviewBox
public PreviewBox getPreviewBox()
-
clickSaveAndView
public ViewThemePage clickSaveAndView()
- Overrides:
clickSaveAndViewin classEditPage
-
waitUntilReady
protected void waitUntilReady()
Wait until the theme editor is ready for user interaction.- Since:
- 12.9RC1
-
-