com.atlassian.confluence.selenium.client
Class DraftChangesDialog

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.Dialog
      extended by com.atlassian.confluence.selenium.client.DraftChangesDialog

public class DraftChangesDialog
extends Dialog


Field Summary
static java.lang.String DRAFT_CHANGES_DIALOG_ID
           
 
Fields inherited from class com.atlassian.confluence.selenium.client.Dialog
client, id
 
Constructor Summary
DraftChangesDialog(ConfluenceSeleniumClient client, Editor editor)
           
 
Method Summary
 void clickDiscardFromDrafts()
           
 void clickDiscardFromEditor()
           
 void clickResume()
           
 void close()
           
 java.lang.String getDeletedSpan(int index)
           
 void launchFromEditorNotification()
           
 void waitForDiffToLoad()
           
 
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
 

Field Detail

DRAFT_CHANGES_DIALOG_ID

public static final java.lang.String DRAFT_CHANGES_DIALOG_ID
See Also:
Constant Field Values
Constructor Detail

DraftChangesDialog

public DraftChangesDialog(ConfluenceSeleniumClient client,
                          Editor editor)
Method Detail

launchFromEditorNotification

public void launchFromEditorNotification()

waitForDiffToLoad

public void waitForDiffToLoad()

getDeletedSpan

public java.lang.String getDeletedSpan(int index)

clickResume

public void clickResume()

clickDiscardFromEditor

public void clickDiscardFromEditor()

clickDiscardFromDrafts

public void clickDiscardFromDrafts()

close

public void close()


Copyright © 2003-2014 Atlassian. All Rights Reserved.