Class EditorEmbeddedImage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedImage
-
@Deprecated public class EditorEmbeddedImage extends Object
Deprecated.in 5.8. UseEditorEmbeddedImage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Constructor Summary
Constructors Constructor Description EditorEmbeddedImage(com.atlassian.pageobjects.elements.PageElement image)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ImagePropertyPanel
click()
Deprecated.Click on the image.com.atlassian.fugue.Option<String>
getAttachmentName()
Deprecated.Integer
getWidth()
Deprecated.boolean
isBordered()
Deprecated.void
setAttribute(String name, String value)
Deprecated.boolean
usingThumbnail()
Deprecated.
-
-
-
Method Detail
-
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.
-
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
-
-