Class EditorEmbeddedLink

java.lang.Object
com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedLink

@Deprecated public class EditorEmbeddedLink extends Object
Deprecated.
in 5.8. Use EditorEmbeddedLink instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
Represents a link that's inserted into the editor.
Since:
5.7
  • Constructor Details

    • EditorEmbeddedLink

      public EditorEmbeddedLink(com.atlassian.pageobjects.elements.PageElement linkElement)
      Deprecated.
  • Method Details

    • 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.