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. UseImageBrowserDialog
instead 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, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description ImageBrowserDialog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ImageBrowserDialog
chooseFile(Attachment attachment)
Deprecated.ImageBrowserDialog
chooseImage(Attachment attachment)
Deprecated.ImageBrowserDialog
clickInsert()
Deprecated.ImageBrowserDialog
clickInsertAndWaitUntilHidden()
Deprecated.int
getCurrentFileIndex()
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.PageElement
getSelectedFile()
Deprecated.int
getSelectedFileIndex()
Deprecated.Get first index of selected file item in Insert File Dialogcom.atlassian.pageobjects.elements.PageElement
getZoomButton(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasErrorMessage()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
haveTipMessage()
Deprecated.void
hideTipMessage()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isFilePresent(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isFilePresent(String fileName)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isImagePresent(Attachment attachment)
Deprecated.boolean
isSelect(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isUploadFormVisible()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
noResultMessageIsVisible()
Deprecated.void
openFromMenu()
Deprecated.boolean
resultMessageIsNotEmpty()
Deprecated.ExternalImagePanelImageBrowserDialog
selectExternalImageTab()
Deprecated.SearchPanelInImageBrowserDialog
selectSearchTab()
Deprecated.void
sendKeys(org.openqa.selenium.Keys keys)
Deprecated.void
upload(String file)
Deprecated.void
waitUntilLoadedFiles()
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.
-
-