com.atlassian.confluence.selenium.client
Class WhatsNewDialog

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

public class WhatsNewDialog
extends Dialog


Field Summary
static java.lang.String ID
           
 
Fields inherited from class com.atlassian.confluence.selenium.client.Dialog
client, id
 
Constructor Summary
WhatsNewDialog(ConfluenceSeleniumClient client)
           
 
Method Summary
 void checkDontShow()
           
 void close()
           
 boolean isDontShowChecked()
           
static WhatsNewDialog launchFromMenu(ConfluenceSeleniumClient client)
           
 void uncheckDontShow()
           
 
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

ID

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

WhatsNewDialog

public WhatsNewDialog(ConfluenceSeleniumClient client)
Method Detail

isDontShowChecked

public boolean isDontShowChecked()

checkDontShow

public void checkDontShow()

uncheckDontShow

public void uncheckDontShow()

launchFromMenu

public static WhatsNewDialog launchFromMenu(ConfluenceSeleniumClient client)

close

public void close()


Copyright © 2003-2014 Atlassian. All Rights Reserved.