Class MacroPlaceholder
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.MacroPlaceholder
-
@Deprecated public class MacroPlaceholder extends Object
Deprecated.in 5.8. UseMacroPlaceholder
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Constructor Summary
Constructors Constructor Description MacroPlaceholder(com.atlassian.pageobjects.elements.PageElement macroPlaceholderElement)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MacroPropertyPanel
click()
Deprecated.<T extends MacroPropertyPanel>
Tclick(Class<T> propertyPanelClass)
Deprecated.String
getAttribute(String attributeName)
Deprecated.org.openqa.selenium.Dimension
getSize()
Deprecated.String
getSrc()
Deprecated.
-
-
-
Method Detail
-
click
public MacroPropertyPanel click()
Deprecated.
-
click
public <T extends MacroPropertyPanel> T click(Class<T> propertyPanelClass)
Deprecated.
-
getSrc
public String getSrc()
Deprecated.
-
getSize
public org.openqa.selenium.Dimension getSize()
Deprecated.
-
-