java.lang.Object
com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar

@Deprecated public class EditorMainToolbar extends Object
Deprecated.
in 5.8. Use EditorMainToolbar instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Field Details

    • client

      @Inject protected org.openqa.selenium.JavascriptExecutor client
      Deprecated.
  • Constructor Details

    • EditorMainToolbar

      public EditorMainToolbar()
      Deprecated.
  • Method Details

    • click

      public void click(EditorMainToolbar.SimpleButton simpleButton)
      Deprecated.
      Clicks on a tinymce toolbar top level button
    • openMoreFormattingMenu

      public MoreFormattingDropdownMenu openMoreFormattingMenu()
      Deprecated.
    • openFormatDropdownMenu

      public FormatDropdownMenu openFormatDropdownMenu()
      Deprecated.
    • openInsertDropdownMenu

      public InsertDropdownMenu openInsertDropdownMenu()
      Deprecated.
    • openColorPickerDropdownMenu

      public ColorPickerDropdownMenu openColorPickerDropdownMenu()
      Deprecated.
    • clickColorButton

      public void clickColorButton()
      Deprecated.
    • getSelectedColor

      public com.atlassian.pageobjects.elements.query.TimedQuery<String> getSelectedColor()
      Deprecated.
      Returns:
      selected color in hex format (e.g 000000)
    • getColorPickerButtonBackgroundColor

      public String getColorPickerButtonBackgroundColor()
      Deprecated.
      Returns:
      background color of color picker button in rbg format (e.g rgb(0, 204, 255))
    • clickOnEnabledIndentButton

      public void clickOnEnabledIndentButton()
      Deprecated.
    • clickOnEnabledOutdentButton

      public void clickOnEnabledOutdentButton()
      Deprecated.