Class WYSIWYGEditorAdministrationSectionPage


  • public class WYSIWYGEditorAdministrationSectionPage
    extends AdministrationSectionPage
    Represents the actions possible on the WYSIWYG Editor administration section.
    Since:
    4.2M1
    Version:
    $Id: 5e342ffa3ae732a27ed4063ee940e514a6e2526f $
    • Constructor Detail

      • WYSIWYGEditorAdministrationSectionPage

        public WYSIWYGEditorAdministrationSectionPage()
    • Method Detail

      • 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
      • 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