|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EditorContent | |
|---|---|
| com.atlassian.confluence.pageobjects.component.editor | |
| com.atlassian.confluence.pageobjects.page.content | |
| com.atlassian.confluence.webdriver | |
| Uses of EditorContent in com.atlassian.confluence.pageobjects.component.editor |
|---|
| Methods in com.atlassian.confluence.pageobjects.component.editor that return EditorContent | |
|---|---|
EditorContent |
EditorContent.clear()
|
EditorContent |
EditorContent.clickOnInlinetask(java.lang.String listItemSelector)
Inline-task-list only have a small portion of the list item that can be clicked in order to toggle the checked state. |
EditorContent |
EditorContent.focus()
|
EditorContent |
EditorContent.setContent(java.lang.String content)
|
EditorContent |
EditorContent.type(java.lang.String content)
Type content in the editor. |
EditorContent |
EditorContent.typeWithoutLosingFocus(java.lang.CharSequence... content)
Type content in the editor and do not lose focus |
| Uses of EditorContent in com.atlassian.confluence.pageobjects.page.content |
|---|
| Subclasses of EditorContent in com.atlassian.confluence.pageobjects.page.content | |
|---|---|
static class |
CommentsSection.EditComment
Comment in edit mode |
static class |
CommentsSection.NewComment
Represents the editor for a new comment |
static class |
CommentsSection.NewReply
Represents the editor for a new reply |
static class |
CommentsSection.QuickEdit
Represent the editor for editing an existing comment |
| Methods in com.atlassian.confluence.pageobjects.page.content that return EditorContent | |
|---|---|
EditorContent |
CommentsSection.Comment.clickEdit()
Deprecated. since 5.5, use CommentsSection.Comment.edit(), which returns an Editor instead. |
EditorContent |
CommentsSection.Comment.clickReply()
Deprecated. since 5.5, use CommentsSection.Comment.reply(), which returns an CommentsSection.NewComment instead. |
EditorContent |
Editor.getContent()
|
EditorContent |
AbstractEditorPage.getContent()
Deprecated. since 5.4 use Editor.getContent() |
| Uses of EditorContent in com.atlassian.confluence.webdriver |
|---|
| Fields in com.atlassian.confluence.webdriver declared as EditorContent | |
|---|---|
protected static EditorContent |
AbstractEditorWebDriverTest.editorContent
|
protected static EditorContent |
AbstractEditorContentWebDriverTest.editorContent
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||