Class ViewDraftDiffDialog
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
-
- com.atlassian.confluence.pageobjects.component.dialog.ViewDraftDiffDialog
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class ViewDraftDiffDialog extends AbstractDialog
Deprecated.in 5.8. UseViewDraftDiffDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.The dialog showing the unpublished changes from the draft.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
id
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
Constructor Summary
Constructors Constructor Description ViewDraftDiffDialog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.String
getAddedSpan(int index)
Deprecated.String
getDeletedSpan(int index)
Deprecated.String
getDiffViewAsText()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
hasDiscardButton()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
hasResumeButton()
Deprecated.void
ready()
Deprecated.EditorPage
resumeDraft()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getHeight, getId, getTitle, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
-
-
-
-
Method Detail
-
ready
public final void ready()
Deprecated.
-
getDiffViewAsText
public String getDiffViewAsText()
Deprecated.
-
resumeDraft
public EditorPage resumeDraft()
Deprecated.
-
hasResumeButton
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasResumeButton()
Deprecated.
-
hasDiscardButton
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasDiscardButton()
Deprecated.
-
close
public void close()
Deprecated.
-
getAddedSpan
public String getAddedSpan(int index)
Deprecated.
-
getDeletedSpan
public String getDeletedSpan(int index)
Deprecated.
-
-