Class ImageBrowserDialog

  • All Implemented Interfaces:
    PageComponent

    @Deprecated
    public class ImageBrowserDialog
    extends Dialog
    Deprecated.
    in 5.8. Use ImageBrowserDialog instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
    • Constructor Detail

      • ImageBrowserDialog

        public ImageBrowserDialog()
        Deprecated.
    • Method Detail

      • openFromMenu

        @Deprecated
        public void openFromMenu()
        Deprecated.
      • isImagePresent

        public com.atlassian.pageobjects.elements.query.TimedCondition isImagePresent​(Attachment attachment)
        Deprecated.
      • isFilePresent

        public com.atlassian.pageobjects.elements.query.TimedCondition isFilePresent​(Attachment attachment)
        Deprecated.
      • isFilePresent

        public com.atlassian.pageobjects.elements.query.TimedCondition isFilePresent​(String fileName)
        Deprecated.
      • isSelect

        public boolean isSelect​(Attachment attachment)
        Deprecated.
      • clickInsertAndWaitUntilHidden

        public ImageBrowserDialog clickInsertAndWaitUntilHidden()
        Deprecated.
      • getZoomButton

        public com.atlassian.pageobjects.elements.PageElement getZoomButton​(Attachment attachment)
        Deprecated.
      • isUploadFormVisible

        public com.atlassian.pageobjects.elements.query.TimedCondition isUploadFormVisible()
        Deprecated.
      • haveTipMessage

        public com.atlassian.pageobjects.elements.query.TimedCondition haveTipMessage()
        Deprecated.
      • hasErrorMessage

        public com.atlassian.pageobjects.elements.query.TimedCondition hasErrorMessage()
        Deprecated.
      • upload

        public void upload​(String file)
        Deprecated.
      • hideTipMessage

        public void hideTipMessage()
        Deprecated.
      • noResultMessageIsVisible

        public com.atlassian.pageobjects.elements.query.TimedCondition noResultMessageIsVisible()
        Deprecated.
      • resultMessageIsNotEmpty

        public boolean resultMessageIsNotEmpty()
        Deprecated.
      • sendKeys

        public void sendKeys​(org.openqa.selenium.Keys keys)
        Deprecated.
      • getFiles

        public List<com.atlassian.pageobjects.elements.PageElement> getFiles()
        Deprecated.
        Get list of file items in Insert File Dialog
      • getSelectedFile

        public com.atlassian.pageobjects.elements.PageElement getSelectedFile()
        Deprecated.
      • getCurrentFileIndex

        public int getCurrentFileIndex()
        Deprecated.
        Get first index of current/highlight file item in Insert File Dialog
        Returns:
        {integer}
      • getSelectedFileIndex

        public int getSelectedFileIndex()
        Deprecated.
        Get first index of selected file item in Insert File Dialog
        Returns:
        {integer}
      • waitUntilLoadedFiles

        public void waitUntilLoadedFiles()
        Deprecated.
        Wait until Insert File Dialog finish loading files.