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 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 -
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 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 commentstatic class
CommentsSection.NewReply
Deprecated.Represents the editor for a new replystatic class
CommentsSection.QuickEdit
Deprecated.Represent the editor for editing an existing commentMethods in com.atlassian.confluence.pageobjects.page.content that return EditorContent Modifier and Type Method Description EditorContent
CommentsSection.Comment. clickEdit()
Deprecated.since 5.5, useCommentsSection.Comment.edit()
, which returns anEditor
instead.EditorContent
CommentsSection.Comment. clickReply()
Deprecated.since 5.5, useCommentsSection.Comment.reply()
, which returns anCommentsSection.NewComment
instead.EditorContent
Editor. 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 EditorContent
AbstractEditorAwareWebDriverTest. editorContent
protected static EditorContent
AbstractEditorContentWebDriverTest. editorContent
-