|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.pageobjects.component.editor.EditorContent
com.atlassian.confluence.pageobjects.page.content.CommentsSection.EditComment
public static class CommentsSection.EditComment
Comment in edit mode
| Field Summary | |
|---|---|
protected org.openqa.selenium.WebDriver |
driver
|
| Fields inherited from class com.atlassian.confluence.pageobjects.component.editor.EditorContent |
|---|
binder, execute, page |
| Constructor Summary | |
|---|---|
CommentsSection.EditComment()
|
|
| Method Summary | |
|---|---|
ViewPage |
cancel()
Cancel a comment in the quick editor |
com.atlassian.pageobjects.elements.query.TimedCondition |
captchaVisibleCondition()
Checks to see if Captcha is present in the quick editor |
void |
clickSave()
Clicks on the save button. |
void |
enterCaptcha(java.lang.String captcha)
Enters text into the captcha field |
java.lang.String |
getCaptchaUrl()
Get the URL of the captcha image. |
Editor |
getEditor()
This is a bit backwards, because the editor wraps this EditorContent. |
CommentsSection.UserLogo |
getUserProfile()
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isSaveBarVisible()
Condition waits for the editor save bar to load |
com.atlassian.pageobjects.elements.query.TimedCondition |
isSaveButtonDisplayedInScreen()
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isWarningMessageVisible()
|
com.atlassian.pageobjects.elements.query.TimedCondition |
loadingContainerVisibleCondition()
|
void |
preview()
Preview a comment in the quick editor |
com.atlassian.pageobjects.elements.query.TimedCondition |
previewVisibleCondition()
Checks to see if preview pane is showing |
ViewPage |
save()
Deprecated. since 5.6, use saveWithReload() saveWithoutReload() instead. |
void |
saveWithoutReload()
|
ViewPage |
saveWithReload()
|
void |
waitForTinyMCE()
Wait for the TinyMCE editor in the comments section to be ready, as we'd get JS errors otherwise if we try to insert text too early. |
boolean |
watchThisPageCheckboxVisibleCondition()
Checks to see if Watch this page checkbox is present in the quick editor |
com.atlassian.pageobjects.elements.query.TimedCondition |
watchThisPageCheckboxVisibleTimedCondition()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Inject protected org.openqa.selenium.WebDriver driver
| Constructor Detail |
|---|
public CommentsSection.EditComment()
| Method Detail |
|---|
public void waitForTinyMCE()
public com.atlassian.pageobjects.elements.query.TimedCondition isSaveButtonDisplayedInScreen()
public com.atlassian.pageobjects.elements.query.TimedCondition isWarningMessageVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition loadingContainerVisibleCondition()
public void saveWithoutReload()
public ViewPage saveWithReload()
@Deprecated public ViewPage save()
saveWithReload() saveWithoutReload() instead.
public void clickSave()
public com.atlassian.pageobjects.elements.query.TimedCondition isSaveBarVisible()
public void preview()
public ViewPage cancel()
public com.atlassian.pageobjects.elements.query.TimedCondition previewVisibleCondition()
public boolean watchThisPageCheckboxVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition watchThisPageCheckboxVisibleTimedCondition()
public java.lang.String getCaptchaUrl()
public com.atlassian.pageobjects.elements.query.TimedCondition captchaVisibleCondition()
public void enterCaptcha(java.lang.String captcha)
public Editor getEditor()
EditorContent.
public CommentsSection.UserLogo getUserProfile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||