Class LinkPropertyPanel
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
-
- com.atlassian.confluence.pageobjects.component.editor.LinkPropertyPanel
-
@Deprecated public class LinkPropertyPanel extends PropertyPanel
Deprecated.in 5.8. UseLinkPropertyPanel
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.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
Constructors Constructor Description LinkPropertyPanel(EditorEmbeddedLink editorEmbeddedLink)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
clickUnlink()
Deprecated.Click on the unlink button, and return the resulting<span/>
element.com.atlassian.pageobjects.elements.query.TimedCondition
isVisible()
Deprecated.void
ready()
Deprecated.
-
-
-
Constructor Detail
-
LinkPropertyPanel
public LinkPropertyPanel(EditorEmbeddedLink editorEmbeddedLink)
Deprecated.
-
-
Method Detail
-
ready
public void ready()
Deprecated.
-
isVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
Deprecated.
-
clickUnlink
public String clickUnlink()
Deprecated.Click on the unlink button, and return the resulting<span/>
element.- Since:
- 5.7
-
-