Class MacroItem
- java.lang.Object
 - 
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
 - 
- com.atlassian.confluence.pageobjects.component.dialog.MacroItem
 
 
 
- 
- All Implemented Interfaces:
 PageComponent
@Deprecated public class MacroItem extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseMacroIteminstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.A single Macro item in the Macro Browser. 
- 
- 
Field Summary
- 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedQuery<String>getDescription()Deprecated.com.atlassian.pageobjects.elements.PageElementgetItem()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>getTitle()Deprecated.MacroFormselect()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
MacroItem
public MacroItem(String id)
Deprecated. 
 - 
 
- 
Method Detail
- 
select
public MacroForm select()
Deprecated. 
- 
getTitle
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getTitle()
Deprecated. 
- 
getDescription
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getDescription()
Deprecated. 
- 
getItem
public com.atlassian.pageobjects.elements.PageElement getItem()
Deprecated. 
 - 
 
 -