EditorMainToolbar
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class EditorMainToolbar extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EditorMainToolbar.SimpleButton
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.JavascriptExecutor |
client
Deprecated.
|
Constructor and Description |
---|
EditorMainToolbar()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
click(EditorMainToolbar.SimpleButton simpleButton)
Deprecated.
Clicks on a tinymce toolbar top level button
|
void |
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.
|
public void click(EditorMainToolbar.SimpleButton simpleButton)
public MoreFormattingDropdownMenu openMoreFormattingMenu()
public FormatDropdownMenu openFormatDropdownMenu()
public InsertDropdownMenu openInsertDropdownMenu()
public ColorPickerDropdownMenu openColorPickerDropdownMenu()
public void clickColorButton()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getSelectedColor()
public String getColorPickerButtonBackgroundColor()
public void clickOnEnabledIndentButton()
public void clickOnEnabledOutdentButton()
Copyright © 2003–2016 Atlassian. All rights reserved.