public class

ConfluencePopup

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.selenium.client.ConfluencePopup
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected final ConfluenceSeleniumClient client
protected String windowId
Public Constructors
ConfluencePopup(String windowId, ConfluenceSeleniumClient client)
Public Methods
void closeWindow()
boolean isOpen()
Don't call closeWindow based on this method, as it isn't very accurate.
String toString()
Protected Methods
ConfluenceSeleniumClient getClient()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected final ConfluenceSeleniumClient client

protected String windowId

Public Constructors

public ConfluencePopup (String windowId, ConfluenceSeleniumClient client)

Public Methods

public void closeWindow ()

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.

public String toString ()

Protected Methods

protected ConfluenceSeleniumClient getClient ()