com.atlassian.confluence.selenium.client
Class DraftChangesDialog
java.lang.Object
com.atlassian.confluence.selenium.client.Dialog
com.atlassian.confluence.selenium.client.DraftChangesDialog
public class DraftChangesDialog
- extends Dialog
Fields inherited from class com.atlassian.confluence.selenium.client.Dialog |
client, id |
Methods inherited from class com.atlassian.confluence.selenium.client.Dialog |
clickButton, clickCancel, clickLink, clickPageMenu, getId, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled, isVisible, pressEscape, pressEscapeOnly, waitForRemoval, waitUntilClosed, waitUntilVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRAFT_CHANGES_DIALOG_ID
public static final java.lang.String DRAFT_CHANGES_DIALOG_ID
- See Also:
- Constant Field Values
DraftChangesDialog
public DraftChangesDialog(ConfluenceSeleniumClient client,
Editor editor)
launchFromDrafts
public void launchFromDrafts()
launchFromEditorHeartbeat
public void launchFromEditorHeartbeat()
launchFromEditorNotification
public void launchFromEditorNotification()
waitForDiffToLoad
public void waitForDiffToLoad()
getAddedSpan
public java.lang.String getAddedSpan(int index)
getDeletedSpan
public java.lang.String getDeletedSpan(int index)
clickMergeAndResume
public void clickMergeAndResume()
clickResume
public void clickResume()
clickDiscard
public void clickDiscard()
getDiscardButton
public com.atlassian.selenium.pageobjects.Button getDiscardButton()
getResumeButton
public com.atlassian.selenium.pageobjects.Button getResumeButton()
close
public void close()
Copyright © 2003-2013 Atlassian. All Rights Reserved.