Class ImagePropertyPanel

java.lang.Object
com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
com.atlassian.confluence.pageobjects.component.editor.ImagePropertyPanel

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

    • ImagePropertyPanel

      public ImagePropertyPanel()
      Deprecated.
  • Method Details

    • setImageSize

      public void setImageSize(int pixels)
      Deprecated.
    • getCustomSizeInputValue

      public String getCustomSizeInputValue()
      Deprecated.
    • setSmall

      public void setSmall()
      Deprecated.
    • setMedium

      public void setMedium()
      Deprecated.
    • setLarge

      public void setLarge()
      Deprecated.
    • setOriginal

      public void setOriginal()
      Deprecated.
    • isSmallSelected

      public boolean isSmallSelected()
      Deprecated.
    • isMediumSelected

      public boolean isMediumSelected()
      Deprecated.
    • isLargeSelected

      public boolean isLargeSelected()
      Deprecated.
    • openImagePropertiesDialog

      public ImagePropertiesDialog openImagePropertiesDialog()
      Deprecated.
    • isVisible

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisible()
      Deprecated.
    • isPresent

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPresent()
      Deprecated.
    • toggleBorder

      public void toggleBorder()
      Deprecated.
      Toggle the border of the image.
      Since:
      5.7
    • isBorderToggleOn

      public boolean isBorderToggleOn()
      Deprecated.
      Returns:
      true if the property panel for border toggling is set to ON (that is, image should have a border)
      Since:
      5.7