Class PanelMacro

java.lang.Object
org.xwiki.test.ui.po.BaseElement
com.xwiki.pro.test.po.generic.PanelMacro

public class PanelMacro extends org.xwiki.test.ui.po.BaseElement
Represents a Panel macro and provides access to its attributes.
Since:
1.28
Version:
$Id$
  • Constructor Details

    • PanelMacro

      public PanelMacro(org.openqa.selenium.WebElement panel, org.openqa.selenium.WebElement panelBorder)
  • Method Details

    • getWidth

      public String getWidth()
    • getHeight

      public String getHeight()
    • getBorderRadius

      public String getBorderRadius()
    • getBorderStyle

      public String getBorderStyle()
    • getTitleBackgroundColor

      public String getTitleBackgroundColor()
    • getTitleColor

      public String getTitleColor()
    • getTitleText

      public String getTitleText()
    • getContentBackgroundColor

      public String getContentBackgroundColor()
    • getContentColor

      public String getContentColor()
    • getContentText

      public String getContentText()
    • getFooterBackgroundColor

      public String getFooterBackgroundColor()
    • getFooterColor

      public String getFooterColor()
    • getFooterText

      public String getFooterText()
    • getCssClass

      public String getCssClass()