MacroBrowserDialog
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class MacroBrowserDialog extends Dialog
Modifier and Type | Field and Description |
---|---|
static String |
BROWSE_MACROS_TITLE
Deprecated.
|
static String |
ID
Deprecated.
|
id
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
MacroBrowserDialog()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clickBack()
Deprecated.
|
void |
clickSave()
Deprecated.
|
String |
getEditMacroTitle(String macroTitle)
Deprecated.
|
String |
getInsertMacroTitle(String macroTitle)
Deprecated.
|
MacroBrowserPreview |
getPreview()
Deprecated.
Returns the preview frame page object without triggering a preview.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isMacroVisible(Macro.Category category,
String macroName)
Deprecated.
|
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(Macro.Category category,
String macroName)
Deprecated.
|
MacroForm |
selectMacro(String macro)
Deprecated.
|
void |
selectReturn()
Deprecated.
|
void |
typeStringParam(String paramName,
String paramValue)
Deprecated.
|
void |
waitUntilMacroBrowserVisible()
Deprecated.
|
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
public static final String ID
public static final String BROWSE_MACROS_TITLE
public MacroItem searchForFirst(String text)
public com.atlassian.pageobjects.elements.query.TimedCondition isSelectedCategory(Macro.Category category)
public void selectCategory(Macro.Category category)
public MacroForm selectMacro(Macro.Category category, String macroName)
public com.atlassian.pageobjects.elements.query.TimedCondition isMacroVisible(Macro.Category category, String macroName)
public void waitUntilMacroBrowserVisible()
public void selectReturn()
public void selectEnter()
public MacroBrowserPreview preview()
public MacroBrowserPreview getPreview()
public com.atlassian.pageobjects.elements.query.TimedCondition isSaveButtonEnabled()
public void clickSave()
public void clickBack()
Copyright © 2003–2015 Atlassian. All rights reserved.