com.atlassian.confluence.selenium.client
Class ConfluencePopup

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

public class ConfluencePopup
extends Object


Field Summary
protected  ConfluenceSeleniumClient client
           
protected  String windowId
           
 
Constructor Summary
ConfluencePopup(String windowId, ConfluenceSeleniumClient client)
           
 
Method Summary
 void closeWindow()
           
protected  ConfluenceSeleniumClient getClient()
           
 boolean isOpen()
          Don't call closeWindow based on this method, as it isn't very accurate.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

client

protected final ConfluenceSeleniumClient client

windowId

protected String windowId
Constructor Detail

ConfluencePopup

public ConfluencePopup(String windowId,
                       ConfluenceSeleniumClient client)
Method Detail

closeWindow

public void closeWindow()

getClient

protected ConfluenceSeleniumClient getClient()

isOpen

public boolean isOpen()
Don't call closeWindow based on this method, as it isn't very accurate. Rather, just select the main window for test clean up so it doesn't continue running tests in the popup.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.