Class SearchPanelInImageBrowserDialog
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.dialog.SearchPanelInImageBrowserDialog
-
@Deprecated public class SearchPanelInImageBrowserDialog extends Object
Deprecated.in 5.8. UseSearchPanelInImageBrowserDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Constructor Summary
Constructors Constructor Description SearchPanelInImageBrowserDialog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
chooseFile(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isFilePresent(Attachment attachment)
Deprecated.void
search(String text)
Deprecated.
-
-
-
Method Detail
-
search
public void search(String text)
Deprecated.
-
isFilePresent
public com.atlassian.pageobjects.elements.query.TimedCondition isFilePresent(Attachment attachment)
Deprecated.
-
chooseFile
public void chooseFile(Attachment attachment)
Deprecated.
-
-