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. UseMacroItem
instead 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, pageBinder, pageElementFinder, timeouts, waiter
-
-
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.PageElement
getItem()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>
getTitle()
Deprecated.MacroForm
select()
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.
-
-