Class DiagramMacro


  • public class DiagramMacro
    extends org.xwiki.test.ui.po.BaseElement
    Represents a Diagram macro and provides access to its attributes.
    Since:
    1.22.8
    Version:
    $Id$
    • Constructor Detail

      • DiagramMacro

        public DiagramMacro​(org.openqa.selenium.WebElement diagram)
    • Method Detail

      • isCreateButton

        public boolean isCreateButton()
      • getCreateButtonTemplateType

        public String getCreateButtonTemplateType()
      • hasThumbnail

        public boolean hasThumbnail()
      • hasSvg

        public boolean hasSvg()
      • isInteractiveSvg

        public boolean isInteractiveSvg()
      • hasDataModel

        public boolean hasDataModel()
      • hasToolbar

        public boolean hasToolbar()
      • getEditLink

        public String getEditLink()
      • getCaption

        public String getCaption()
      • getLink

        public String getLink()
      • getReference

        public String getReference()
      • hasWarningMessage

        public boolean hasWarningMessage()
      • getWarningMessage

        public String getWarningMessage()