Uses of Class
com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
Packages that use EditorContent Package Description 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 Modifier and Type Method Description EditorContentEditorContent. clear()Deprecated.EditorContentEditorContent. 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.EditorContentEditorContent. focus()Deprecated.EditorContentEditorContent. setContent(String content)Deprecated.EditorContentEditorContent. type(String content)Deprecated.Type content in the editor.EditorContentEditorContent. typeWithoutLosingFocus(CharSequence... content)Deprecated.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 Modifier and Type Class Description static classCommentsSection.EditCommentDeprecated.Comment in edit mode (it can be a top level or reply comment as well)static classCommentsSection.NewCommentDeprecated.Represents the editor for a new commentstatic classCommentsSection.NewReplyDeprecated.Represents the editor for a new replystatic classCommentsSection.QuickEditDeprecated.Represent the editor for editing an existing commentMethods in com.atlassian.confluence.pageobjects.page.content that return EditorContent Modifier and Type Method Description EditorContentCommentsSection.Comment. clickEdit()Deprecated.since 5.5, useCommentsSection.Comment.edit(), which returns anEditorinstead.EditorContentCommentsSection.Comment. clickReply()Deprecated.since 5.5, useCommentsSection.Comment.reply(), which returns anCommentsSection.NewCommentinstead.EditorContentEditor. getContent()Deprecated. -
Uses of EditorContent in com.atlassian.confluence.webdriver
Fields in com.atlassian.confluence.webdriver declared as EditorContent Modifier and Type Field Description protected static EditorContentAbstractEditorAwareWebDriverTest. editorContentprotected static EditorContentAbstractEditorContentWebDriverTest. editorContent
-