Package | Description |
---|---|
com.atlassian.confluence.pageobjects.component.editor | |
com.atlassian.confluence.pageobjects.page.content | |
com.atlassian.confluence.webdriver |
Modifier and Type | Method and Description |
---|---|
EditorContent |
EditorContent.clear()
Deprecated.
|
EditorContent |
EditorContent.clickOnInlinetask(String listItemSelector)
Deprecated.
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()
Deprecated.
|
EditorContent |
EditorContent.setContent(String content)
Deprecated.
|
EditorContent |
EditorContent.type(String content)
Deprecated.
Type content in the editor.
|
EditorContent |
EditorContent.typeWithoutLosingFocus(CharSequence... content)
Deprecated.
Type content in the editor and do not lose focus
|
Modifier and Type | Class and Description |
---|---|
static class |
CommentsSection.EditComment
Deprecated.
Comment in edit mode (it can be a top level or reply comment as well)
|
static class |
CommentsSection.NewComment
Deprecated.
Represents the editor for a new comment
|
static class |
CommentsSection.NewReply
Deprecated.
Represents the editor for a new reply
|
static class |
CommentsSection.QuickEdit
Deprecated.
Represent the editor for editing an existing comment
|
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
|
EditorContent |
AbstractEditorPage.getContent()
Deprecated.
since 5.4 use
Editor.getContent() |
Modifier and Type | Field and Description |
---|---|
protected static EditorContent |
AbstractEditorAwareWebDriverTest.editorContent |
protected static EditorContent |
AbstractEditorContentWebDriverTest.editorContent |
Copyright © 2003–2018 Atlassian. All rights reserved.