org.xwiki.administration.test.po
Class WYSIWYGEditorAdministrationSectionPage

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.BasePage
          extended by org.xwiki.test.ui.po.ViewPage
              extended by org.xwiki.administration.test.po.AdministrationSectionPage
                  extended by 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: 441ef180929d162bd997f488ebb51af398c23e92 $

Constructor Summary
WYSIWYGEditorAdministrationSectionPage()
           
 
Method Summary
 void clickSave()
          Overwrite because the WYSIWYG Editor administration section uses a different Save button.
 void enablePlugin(String name)
          Enable the specified WYSIWYG editor plugin.
 List<String> getEnabledPlugins()
           
 
Methods inherited from class org.xwiki.administration.test.po.AdministrationSectionPage
getForm, getURL, gotoPage
 
Methods inherited from class org.xwiki.test.ui.po.ViewPage
canDelete, clickBreadcrumbLink, clickWantedLink, copy, createPage, createSpace, delete, editSection, exists, getBreadcrumbContent, getContent, getCurrentUser, getDocumentTitle, hasBreadcrumbContent, hasLoginLink, isInlinePage, login, logout, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, register, waitForDocExtraPaneActive, waitUntilContent, watchDocument, watchSpace
 
Methods inherited from class org.xwiki.test.ui.po.BasePage
clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, createInlinePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getEditURL, getMetaDataValue, getPageTitle, getPageURL, isAuthenticated, isNewDocument, sendKeys, waitUntilPageIsLoaded
 
Methods inherited from class org.xwiki.test.ui.po.BaseElement
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WYSIWYGEditorAdministrationSectionPage

public WYSIWYGEditorAdministrationSectionPage()
Method Detail

getEnabledPlugins

public List<String> getEnabledPlugins()
Returns:
the list of WYSIWYG editor plugins that are enabled

enablePlugin

public void enablePlugin(String name)
Enable the specified WYSIWYG editor plugin.

Parameters:
name - the name of the WYSIWYG editor plugin to enable

clickSave

public void clickSave()
Overwrite because the WYSIWYG Editor administration section uses a different Save button.

Overrides:
clickSave in class AdministrationSectionPage


Copyright © 2004-2012 XWiki. All Rights Reserved.