Class ImageBrowserDialog
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
-
- com.atlassian.confluence.pageobjects.component.dialog.Dialog
-
- com.atlassian.confluence.pageobjects.component.dialog.ImageBrowserDialog
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class ImageBrowserDialog extends Dialog
Deprecated.in 5.8. UseImageBrowserDialoginstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
id
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
Constructor Summary
Constructors Constructor Description ImageBrowserDialog()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ImageBrowserDialogchooseFile(Attachment attachment)Deprecated.ImageBrowserDialogchooseImage(Attachment attachment)Deprecated.ImageBrowserDialogclickInsert()Deprecated.ImageBrowserDialogclickInsertAndWaitUntilHidden()Deprecated.intgetCurrentFileIndex()Deprecated.Get first index of current/highlight file item in Insert File DialogList<com.atlassian.pageobjects.elements.PageElement>getFiles()Deprecated.Get list of file items in Insert File Dialogcom.atlassian.pageobjects.elements.PageElementgetSelectedFile()Deprecated.intgetSelectedFileIndex()Deprecated.Get first index of selected file item in Insert File Dialogcom.atlassian.pageobjects.elements.PageElementgetZoomButton(Attachment attachment)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionhasErrorMessage()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionhaveTipMessage()Deprecated.voidhideTipMessage()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisFilePresent(Attachment attachment)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisFilePresent(String fileName)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisImagePresent(Attachment attachment)Deprecated.booleanisSelect(Attachment attachment)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisUploadFormVisible()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionnoResultMessageIsVisible()Deprecated.voidopenFromMenu()Deprecated.booleanresultMessageIsNotEmpty()Deprecated.ExternalImagePanelImageBrowserDialogselectExternalImageTab()Deprecated.SearchPanelInImageBrowserDialogselectSearchTab()Deprecated.voidsendKeys(org.openqa.selenium.Keys keys)Deprecated.voidupload(String file)Deprecated.voidwaitUntilLoadedFiles()Deprecated.Wait until Insert File Dialog finish loading files.-
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.Dialog
clickButton, clickCancel, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle
-
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
-
-
-
-
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.
-
chooseImage
public ImageBrowserDialog chooseImage(Attachment attachment)
Deprecated.
-
chooseFile
public ImageBrowserDialog chooseFile(Attachment attachment)
Deprecated.
-
isSelect
public boolean isSelect(Attachment attachment)
Deprecated.
-
clickInsert
public ImageBrowserDialog clickInsert()
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.
-
selectSearchTab
public SearchPanelInImageBrowserDialog selectSearchTab()
Deprecated.
-
selectExternalImageTab
public ExternalImagePanelImageBrowserDialog selectExternalImageTab()
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.
-
-