AbstractDialog instead from
 maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public abstract class AbstractDialog extends ConfluenceAbstractPageComponent
| Modifier and Type | Field and Description | 
|---|---|
| protected String | idDeprecated. 
 since 5.4, there's no reason to use this outside this class, it should be private.  Use the
  getDialog()pageelement if you need to use the dialog. | 
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter| Constructor and Description | 
|---|
| AbstractDialog(String id)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| com.atlassian.pageobjects.elements.PageElement | getDialog()Deprecated.  | 
| int | getHeight()Deprecated.  | 
| String | getId()Deprecated. 
 since 5.4, there's no reason to use this outside this class.  Use the  getDialog()pageelement if you need to use the dialog. | 
| String | getTitle()Deprecated.  | 
| int | getWidth()Deprecated.  | 
| boolean | isVisible()Deprecated.  | 
| com.atlassian.pageobjects.elements.query.TimedCondition | isVisibleTimed()Deprecated.  | 
| void | pressEscape()Deprecated.  Presses the escape key in the dialog. | 
| void | pressEscapeOnly()Deprecated.  Presses the escape key in the dialog, without doing the entire up / pressed / down event sequence. | 
| String | toString()Deprecated.  | 
| void | waitForRemoval()Deprecated.  Waits for the dialog to be removed from the DOM. | 
| protected void | waitUntilAUIBlanketHidden()Deprecated.  | 
| void | waitUntilHidden()Deprecated.  | 
| void | waitUntilVisible()Deprecated.  | 
getComponent@Deprecated protected String id
getDialog() pageelement if you need to use the dialog.public AbstractDialog(String id)
@Deprecated public String getId()
getDialog()
 pageelement if you need to use the dialog.public void waitUntilVisible()
public void waitUntilHidden()
public boolean isVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isVisibleTimed()
public void waitForRemoval()
public void pressEscape()
public void pressEscapeOnly()
Use in cases where the id may be removed from the DOM as a result of the key press.
public com.atlassian.pageobjects.elements.PageElement getDialog()
public String getTitle()
public int getWidth()
public int getHeight()
protected void waitUntilAUIBlanketHidden()
Copyright © 2003–2018 Atlassian. All rights reserved.