Class AbstractDialog

    • Field Detail

      • id

        @Deprecated
        protected String id
        Deprecated.
        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.
    • Constructor Detail

      • AbstractDialog

        public AbstractDialog​(String id)
        Deprecated.
    • Method Detail

      • getId

        @Deprecated
        public 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.
      • waitUntilVisible

        public void waitUntilVisible()
        Deprecated.
      • waitUntilHidden

        public void waitUntilHidden()
        Deprecated.
      • isVisible

        public boolean isVisible()
        Deprecated.
      • isVisibleTimed

        public com.atlassian.pageobjects.elements.query.TimedCondition isVisibleTimed()
        Deprecated.
      • waitForRemoval

        public void waitForRemoval()
        Deprecated.
        Waits for the dialog to be removed from the DOM.
      • pressEscape

        public void pressEscape()
        Deprecated.
        Presses the escape key in the dialog.
      • pressEscapeOnly

        public void pressEscapeOnly()
        Deprecated.
        Presses the escape key in the dialog, without doing the entire up / pressed / down event sequence.

        Use in cases where the id may be removed from the DOM as a result of the key press.

      • getDialog

        public com.atlassian.pageobjects.elements.PageElement getDialog()
        Deprecated.
      • getTitle

        public String getTitle()
        Deprecated.
      • getWidth

        public int getWidth()
        Deprecated.
        Returns:
        the width of this dialog
      • getHeight

        public int getHeight()
        Deprecated.
      • waitUntilAUIBlanketHidden

        protected void waitUntilAUIBlanketHidden()
        Deprecated.