Package | Description |
---|---|
com.atlassian.confluence.selenium | |
com.atlassian.confluence.selenium.client |
Modifier and Type | Field and Description |
---|---|
protected TinyMce |
AbstractEditorAutocompleteTester.tinyMce |
protected TinyMce |
AbstractLinkBrowserTest.tinyMce |
protected TinyMce |
AbstractEditorPropertyPanelTest.tinyMce |
protected TinyMce |
EditorLinkPropertyPanelNotIExploreTest.tinyMce |
Modifier and Type | Field and Description |
---|---|
protected TinyMce |
PropertyPanel.tinyMce |
Modifier and Type | Method and Description |
---|---|
TinyMce |
Editor.edit(ContentEntity contentEntity) |
TinyMce |
Editor.getTinyMce() |
TinyMce |
Editor.logInAndAddComment(User user,
BlogPost blogpost) |
TinyMce |
Editor.logInAndAddComment(User user,
Page page) |
TinyMce |
Editor.logInAndCreateBlogPost(User user,
Space space) |
TinyMce |
Editor.logInAndCreatePage(User user,
Space space) |
TinyMce |
Editor.logInAndEdit(User user,
ContentEntity contentEntity) |
TinyMce |
Editor.logInAndEditInRTE(User user,
ContentEntity contentEntity)
Logs the given user in, edits the given content and switches to the RTE.
|
TinyMce |
Editor.switchToRichText() |
Modifier and Type | Method and Description |
---|---|
static TableToolbar |
TableToolbar.getTableToolbar(TinyMce tinyMce) |
static ImagePropertyPanel |
ImagePropertyPanel.launchFromClickOnImage(TinyMce tinyMce,
String imageFileName) |
static LinkPropertyPanel |
LinkPropertyPanel.launchFromClickOnLinkText(TinyMce tinyMce,
String linkText) |
static MacroPropertyPanel |
MacroPropertyPanel.launchFromClickOnMacroBody(TinyMce tinyMce,
String selector) |
static LinkPropertyPanel |
LinkPropertyPanel.launchFromClickOnSelector(TinyMce tinyMce,
String selector) |
static TableToolbar |
TableToolbar.launchFromClickOnTable(TinyMce tinyMce) |
static TableToolbar |
TableToolbar.launchFromClickOnTable(TinyMce tinyMce,
String selector) |
void |
ConfluenceSeleniumAssertions.tablePresent(TinyMce tinyMce,
int rows,
int columns,
int headerRow)
Assert that a table is present in the tinymce editor.
|
void |
ConfluenceSeleniumAssertions.tablePresent(TinyMce tinyMce,
int rows,
int columns,
int[] headerRows)
Assert that a table is present in the tinymce editor.
|
static EditorAutocomplete |
EditorAutocomplete.triggerWithCharacter(String trigger,
TinyMce tinyMce) |
static EditorAutocomplete |
EditorAutocomplete.triggerWithShortcut(TinyMce.ShortCut shortCut,
TinyMce tinyMce) |
Constructor and Description |
---|
ImagePropertyPanel(TinyMce tinyMce) |
LinkBrowser(TinyMce tinyMce) |
MacroPropertyPanel(TinyMce tinyMce) |
PropertyPanel(String panelType,
TinyMce tinyMce) |
Copyright © 2003–2017 Atlassian. All rights reserved.