Class ExpandMacro


  • public class ExpandMacro
    extends org.xwiki.test.ui.po.BaseElement
    Represents an Expand macro and provides access to its attributes.
    Since:
    1.28
    Version:
    $Id$
    • Constructor Detail

      • ExpandMacro

        public ExpandMacro​(org.openqa.selenium.WebElement expand)
    • Method Detail

      • hasIcon

        public boolean hasIcon()
      • getTitle

        public String getTitle()
      • getPanel

        public org.openqa.selenium.WebElement getPanel()
      • getImages

        public List<org.openqa.selenium.WebElement> getImages()
      • getTextContent

        public List<String> getTextContent()
      • containsImage

        public boolean containsImage​(String partialSrc)
      • toggle

        public void toggle()