com.atlassian.confluence.selenium.client
Class EditorPopup

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.ConfluencePopup
      extended by com.atlassian.confluence.selenium.client.EditorPopup
Direct Known Subclasses:
ColorPickerPopup

public class EditorPopup
extends ConfluencePopup

Generic object to represent an editor popup. Handles the opening and closing of popups. Specific popups can delegate to or extend this one.


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
client, windowId
 
Constructor Summary
EditorPopup(String windowId, ConfluenceSeleniumClient client)
           
 
Method Summary
 void clickCancel()
           
 void clickOk()
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
closeWindow, getClient, isOpen, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditorPopup

public EditorPopup(String windowId,
                   ConfluenceSeleniumClient client)
Method Detail

clickOk

public void clickOk()

clickCancel

public void clickCancel()


Copyright © 2003-2012 Atlassian. All Rights Reserved.