ImageBrowserDialog
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class ImageBrowserDialog extends Dialog
id
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
ImageBrowserDialog()
Deprecated.
|
Modifier and Type | Method and 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 Dialog
|
List<com.atlassian.pageobjects.elements.PageElement> |
getFiles()
Deprecated.
Get list of file items in Insert File Dialog
|
com.atlassian.pageobjects.elements.PageElement |
getSelectedFile()
Deprecated.
|
int |
getSelectedFileIndex()
Deprecated.
Get first index of selected file item in Insert File Dialog
|
com.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.
|
void |
insertImageAndCloseDialog(String attachmentName)
Deprecated.
since 5.7 use
chooseImage(com.atlassian.confluence.it.Attachment) ()} and clickInsert() |
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.
|
clickButton, clickCancel, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
getComponent
@Deprecated public void openFromMenu()
@Deprecated public void insertImageAndCloseDialog(String attachmentName)
chooseImage(com.atlassian.confluence.it.Attachment)
()} and clickInsert()
public com.atlassian.pageobjects.elements.query.TimedCondition isImagePresent(Attachment attachment)
public com.atlassian.pageobjects.elements.query.TimedCondition isFilePresent(Attachment attachment)
public com.atlassian.pageobjects.elements.query.TimedCondition isFilePresent(String fileName)
public ImageBrowserDialog chooseImage(Attachment attachment)
public ImageBrowserDialog chooseFile(Attachment attachment)
public boolean isSelect(Attachment attachment)
public ImageBrowserDialog clickInsert()
public ImageBrowserDialog clickInsertAndWaitUntilHidden()
public com.atlassian.pageobjects.elements.PageElement getZoomButton(Attachment attachment)
public com.atlassian.pageobjects.elements.query.TimedCondition isUploadFormVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition haveTipMessage()
public com.atlassian.pageobjects.elements.query.TimedCondition hasErrorMessage()
public void upload(String file)
public void hideTipMessage()
public com.atlassian.pageobjects.elements.query.TimedCondition noResultMessageIsVisible()
public boolean resultMessageIsNotEmpty()
public SearchPanelInImageBrowserDialog selectSearchTab()
public ExternalImagePanelImageBrowserDialog selectExternalImageTab()
public void sendKeys(org.openqa.selenium.Keys keys)
public List<com.atlassian.pageobjects.elements.PageElement> getFiles()
public com.atlassian.pageobjects.elements.PageElement getSelectedFile()
public int getCurrentFileIndex()
public int getSelectedFileIndex()
public void waitUntilLoadedFiles()
Copyright © 2003–2018 Atlassian. All rights reserved.