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 java.lang.Object


Field Summary
protected  ConfluenceSeleniumClient client
           
protected  java.lang.String windowId
           
 
Constructor Summary
ConfluencePopup(java.lang.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.
 java.lang.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 java.lang.String windowId
Constructor Detail

ConfluencePopup

public ConfluencePopup(java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.