Class EditorMainToolbar
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar
-
@Deprecated public class EditorMainToolbar extends Object
Deprecated.in 5.8. UseEditorMainToolbarinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEditorMainToolbar.SimpleButtonDeprecated.
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.JavascriptExecutorclientDeprecated.
-
Constructor Summary
Constructors Constructor Description EditorMainToolbar()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclick(EditorMainToolbar.SimpleButton simpleButton)Deprecated.Clicks on a tinymce toolbar top level buttonvoidclickColorButton()Deprecated.voidclickOnEnabledIndentButton()Deprecated.voidclickOnEnabledOutdentButton()Deprecated.StringgetColorPickerButtonBackgroundColor()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>getSelectedColor()Deprecated.ColorPickerDropdownMenuopenColorPickerDropdownMenu()Deprecated.FormatDropdownMenuopenFormatDropdownMenu()Deprecated.InsertDropdownMenuopenInsertDropdownMenu()Deprecated.MoreFormattingDropdownMenuopenMoreFormattingMenu()Deprecated.
-
-
-
Method Detail
-
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.
-
-