com.atlassian.confluence.pageobjects.component.dialog
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
public class MacroBrowserDialog
- extends Dialog
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog |
id |
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.Dialog |
clickButton, clickCancel, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MacroBrowserDialog
public MacroBrowserDialog()
searchFor
public java.lang.Iterable<MacroItem> searchFor(java.lang.String text)
searchForFirst
public MacroItem searchForFirst(java.lang.String text)
- Returns the first item matching macro search text.
Should be fairly safe if the search text is the macro name.
selectMacro
public MacroForm selectMacro(java.lang.String macro)
isSelectedCategory
public com.atlassian.pageobjects.elements.query.TimedCondition isSelectedCategory(Macro.Category category)
selectCategory
public void selectCategory(Macro.Category category)
selectReturn
public void selectReturn()
selectEnter
public void selectEnter()
clickSave
public void clickSave()
Copyright © 2003-2014 Atlassian. All Rights Reserved.