Class ExpandMacro

java.lang.Object
org.xwiki.test.ui.po.BaseElement
com.xwiki.pro.test.po.generic.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 Details

    • ExpandMacro

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

    • 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()