Package org.xwiki.administration.test.po
Class WYSIWYGEditorAdministrationSectionPage
- 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.WYSIWYGEditorAdministrationSectionPage
-
public class WYSIWYGEditorAdministrationSectionPage extends AdministrationSectionPage
Represents the actions possible on the WYSIWYG Editor administration section.- Since:
- 4.2M1
- Version:
- $Id: 328eac26f305277a28858243e31cac2de7b1589e $
-
-
Constructor Summary
Constructors Constructor Description WYSIWYGEditorAdministrationSectionPage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementgetConfigurationTab(String editorId)The configuration properties for each WYSIWYG editor are displayed on separate tabs.SelectgetDefaultWYSIWYGEditorSelect()Use this method to set or get the default WYSIWYG editor.static WYSIWYGEditorAdministrationSectionPagegotoPage()Open the WYSIWYG editor administration section.WYSIWYGEditorAdministrationSectionPagesetDefaultWYSIWYGEditor(String editorName)-
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
-
gotoPage
public static WYSIWYGEditorAdministrationSectionPage gotoPage()
Open the WYSIWYG editor administration section.- Returns:
- the WYSIWYG editor administration section
-
getDefaultWYSIWYGEditorSelect
public Select getDefaultWYSIWYGEditorSelect()
Use this method to set or get the default WYSIWYG editor.- Returns:
- the drop down element used to select the default WYSIWYG editor
-
setDefaultWYSIWYGEditor
public WYSIWYGEditorAdministrationSectionPage setDefaultWYSIWYGEditor(String editorName)
-
getConfigurationTab
public org.openqa.selenium.WebElement getConfigurationTab(String editorId)
The configuration properties for each WYSIWYG editor are displayed on separate tabs. Use this method to select the tab that corresponds to the WYSIWYG editor you want to configure.- Parameters:
editorId- the id of a WYSIWYG editor- Returns:
- the tab header that corresponds to the specified WYSIWYG editor
-
-