Class EditorEmbeddedLink
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedLink
-
@Deprecated public class EditorEmbeddedLink extends Object
Deprecated.in 5.8. UseEditorEmbeddedLinkinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.Represents a link that's inserted into the editor.- Since:
- 5.7
-
-
Constructor Summary
Constructors Constructor Description EditorEmbeddedLink(com.atlassian.pageobjects.elements.PageElement linkElement)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LinkPropertyPanelclick()Deprecated.Click on the link.URIgetHref()Deprecated.StringgetLinkText()Deprecated.
-
-
-
Method Detail
-
getHref
public URI getHref()
Deprecated.
-
click
public LinkPropertyPanel click()
Deprecated.Click on the link.- Returns:
- the link property panel for the link clicked.
-
getLinkText
public String getLinkText()
Deprecated.- Returns:
- the text of the link.
-
-