| Package | Description |
|---|---|
| com.atlassian.confluence.webdriver.pageobjects.component.editor | |
| com.atlassian.confluence.webdriver.pageobjects.page.content |
| Modifier and Type | Class and Description |
|---|---|
class |
EditorWithPropertyPanel |
| Modifier and Type | Method and Description |
|---|---|
EditorContent |
EditorContent.clear() |
EditorContent |
EditorContent.clickOnInlinetask(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(String content) |
EditorContent |
EditorContent.type(String content)
Type content in the editor.
|
EditorContent |
EditorContent.typeWithoutLosingFocus(CharSequence... content)
Type content in the editor and do not lose focus
|
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
EditorContent |
Editor.getContent() |
Copyright © 2003–2017 Atlassian. All rights reserved.