|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.selenium.client.ConfluencePopup com.atlassian.confluence.selenium.client.EditorPopup
public class EditorPopup
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(java.lang.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 |
---|
public EditorPopup(java.lang.String windowId, ConfluenceSeleniumClient client)
Method Detail |
---|
public void clickOk()
public void clickCancel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |