com.atlassian.confluence.selenium.client
Class MacroPropertyPanel

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.PropertyPanel
      extended by com.atlassian.confluence.selenium.client.MacroPropertyPanel

public class MacroPropertyPanel
extends PropertyPanel


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.PropertyPanel
client, PROPERTY_PANEL_SELECTOR, PROPERTY_PANEL_SHADOW_SELECTOR, tinyMce
 
Constructor Summary
MacroPropertyPanel(TinyMce tinyMce)
           
MacroPropertyPanel(TinyMce tinyMce, Runnable waitFor)
           
 
Method Summary
 MacroBrowser clickEditButton()
           
 void clickRemoveButton()
           
static MacroPropertyPanel launchFromClickOnMacroBody(TinyMce tinyMce, String selector)
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.PropertyPanel
getPropertyPanelSelector, getTopOffset, isPresent, waitUntilHidden, waitUntilVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroPropertyPanel

public MacroPropertyPanel(TinyMce tinyMce)

MacroPropertyPanel

public MacroPropertyPanel(TinyMce tinyMce,
                          Runnable waitFor)
Method Detail

launchFromClickOnMacroBody

public static MacroPropertyPanel launchFromClickOnMacroBody(TinyMce tinyMce,
                                                            String selector)

clickEditButton

public MacroBrowser clickEditButton()

clickRemoveButton

public void clickRemoveButton()


Copyright © 2003-2012 Atlassian. All Rights Reserved.