Class EditorMainToolbar
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.editor.toolbars.EditorMainToolbar
-
@Deprecated public class EditorMainToolbar extends Object
Deprecated.in 5.8. UseEditorMainToolbar
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EditorMainToolbar.SimpleButton
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.JavascriptExecutor
client
Deprecated.
-
Constructor Summary
Constructors Constructor Description EditorMainToolbar()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
click(EditorMainToolbar.SimpleButton simpleButton)
Deprecated.Clicks on a tinymce toolbar top level buttonvoid
clickColorButton()
Deprecated.void
clickOnEnabledIndentButton()
Deprecated.void
clickOnEnabledOutdentButton()
Deprecated.String
getColorPickerButtonBackgroundColor()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>
getSelectedColor()
Deprecated.ColorPickerDropdownMenu
openColorPickerDropdownMenu()
Deprecated.FormatDropdownMenu
openFormatDropdownMenu()
Deprecated.InsertDropdownMenu
openInsertDropdownMenu()
Deprecated.MoreFormattingDropdownMenu
openMoreFormattingMenu()
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.
-
-