Class EditorEmbeddedImage

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

@Deprecated public class EditorEmbeddedImage extends Object
Deprecated.
in 5.8. Use EditorEmbeddedImage instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Constructor Details

    • EditorEmbeddedImage

      public EditorEmbeddedImage(com.atlassian.pageobjects.elements.PageElement image)
      Deprecated.
  • Method Details

    • getWidth

      public Integer getWidth()
      Deprecated.
    • click

      public ImagePropertyPanel click()
      Deprecated.
      Click on the image. This has the side effect of selecting the image in the editor.
      Returns:
      the image property panel that appears when an image is clicked
      Since:
      5.7
    • usingThumbnail

      public boolean usingThumbnail()
      Deprecated.
    • setAttribute

      public void setAttribute(String name, String value)
      Deprecated.
    • isBordered

      public boolean isBordered()
      Deprecated.
      Returns:
      true if this embedded image has a border applied to it
      Since:
      5.7
    • getAttachmentName

      public com.atlassian.fugue.Option<String> getAttachmentName()
      Deprecated.
      Returns:
      the attachment filename for this embedded image, or none() if it's not an attachment image.
      Since:
      5.7