com.atlassian.confluence.pageobjects.component.editor
Class MacroPlaceholder

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.editor.MacroPlaceholder

public class MacroPlaceholder
extends Object


Constructor Summary
MacroPlaceholder(com.atlassian.pageobjects.elements.PageElement macroPlaceholderElement)
           
 
Method Summary
 MacroPropertyPanel click()
           
<T extends MacroPropertyPanel>
T
click(Class<T> propertyPanelClass)
           
 String getAttribute(String attributeName)
           
 org.openqa.selenium.Dimension getSize()
           
 String getSrc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroPlaceholder

public MacroPlaceholder(com.atlassian.pageobjects.elements.PageElement macroPlaceholderElement)
Method Detail

click

public MacroPropertyPanel click()

click

public <T extends MacroPropertyPanel> T click(Class<T> propertyPanelClass)

getSrc

public String getSrc()

getAttribute

public String getAttribute(String attributeName)

getSize

public org.openqa.selenium.Dimension getSize()


Copyright © 2003–2015 Atlassian. All rights reserved.