com.atlassian.confluence.selenium.client
Class LinkPropertyPanel

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

public class LinkPropertyPanel
extends PropertyPanel


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.PropertyPanel
client, PROPERTY_PANEL_SELECTOR, PROPERTY_PANEL_SHADOW_SELECTOR, tinyMce
 
Method Summary
 LinkBrowser clickEditButton()
           
 void clickGotoLocationButton()
           
 void clickUnlinkButton()
           
static LinkPropertyPanel launchFromClickOnLinkText(TinyMce tinyMce, String linkText)
           
static LinkPropertyPanel launchFromClickOnSelector(TinyMce tinyMce, String selector)
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.PropertyPanel
isPresent, waitUntilVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

launchFromClickOnLinkText

public static LinkPropertyPanel launchFromClickOnLinkText(TinyMce tinyMce,
                                                          String linkText)

launchFromClickOnSelector

public static LinkPropertyPanel launchFromClickOnSelector(TinyMce tinyMce,
                                                          String selector)

clickGotoLocationButton

public void clickGotoLocationButton()

clickEditButton

public LinkBrowser clickEditButton()

clickUnlinkButton

public void clickUnlinkButton()


Copyright © 2003-2011 Atlassian. All Rights Reserved.