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

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

public class LinkPropertyPanel
extends PropertyPanel

Represent ths link property panel when you click on a link inside the editor.


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
propertyPanelElement
 
Constructor Summary
LinkPropertyPanel(EditorEmbeddedLink editorEmbeddedLink)
           
 
Method Summary
 String clickUnlink()
          Click on the unlink button, and return the resulting <span/> element.
 void hoverOverUnlink()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
           
 void ready()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkPropertyPanel

public LinkPropertyPanel(EditorEmbeddedLink editorEmbeddedLink)
Method Detail

ready

public void ready()

isVisible

public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()

hoverOverUnlink

public void hoverOverUnlink()

clickUnlink

public String clickUnlink()
Click on the unlink button, and return the resulting <span/> element.

Since:
5.7


Copyright © 2003–2015 Atlassian. All rights reserved.