Class MacroBrowserDialog
- 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.MacroBrowserDialog
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class MacroBrowserDialog extends Dialog
Deprecated.in 5.8. UseMacroBrowserDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BROWSE_MACROS_TITLE
Deprecated.static String
ID
Deprecated.-
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 MacroBrowserDialog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clickSave()
Deprecated.MacroBrowserPreview
getPreview()
Deprecated.Returns the preview frame page object without triggering a preview.com.atlassian.pageobjects.elements.query.TimedCondition
isSaveButtonEnabled()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isSelectedCategory(Macro.Category category)
Deprecated.MacroBrowserPreview
preview()
Deprecated.Triggers the preview and returns the preview frame page object.Iterable<MacroItem>
searchFor(String text)
Deprecated.MacroItem
searchForFirst(String text)
Deprecated.Returns the first item matching macro search text.void
selectCategory(Macro.Category category)
Deprecated.void
selectEnter()
Deprecated.MacroForm
selectMacro(String macro)
Deprecated.void
selectReturn()
Deprecated.void
waitUntilMacroBrowserVisible()
Deprecated.-
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
-
-
-
-
Field Detail
-
ID
public static final String ID
Deprecated.- See Also:
- Constant Field Values
-
BROWSE_MACROS_TITLE
public static final String BROWSE_MACROS_TITLE
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
searchForFirst
public MacroItem searchForFirst(String text)
Deprecated.Returns the first item matching macro search text.Should be fairly safe if the search text is the macro name.
-
isSelectedCategory
public com.atlassian.pageobjects.elements.query.TimedCondition isSelectedCategory(Macro.Category category)
Deprecated.
-
selectCategory
public void selectCategory(Macro.Category category)
Deprecated.
-
waitUntilMacroBrowserVisible
public void waitUntilMacroBrowserVisible()
Deprecated.
-
selectReturn
public void selectReturn()
Deprecated.
-
selectEnter
public void selectEnter()
Deprecated.
-
preview
public MacroBrowserPreview preview()
Deprecated.Triggers the preview and returns the preview frame page object.
-
getPreview
public MacroBrowserPreview getPreview()
Deprecated.Returns the preview frame page object without triggering a preview.
-
isSaveButtonEnabled
public com.atlassian.pageobjects.elements.query.TimedCondition isSaveButtonEnabled()
Deprecated.- Since:
- 5.6
-
clickSave
public void clickSave()
Deprecated.
-
-