Class TabLayoutPDFMacro


  • public class TabLayoutPDFMacro
    extends org.xwiki.test.ui.po.BaseElement
    Represents a PDF Viewer macro that uses the tab layout and provides access to its attributes.
    Since:
    2.7
    Version:
    $Id$
    • Constructor Detail

      • TabLayoutPDFMacro

        public TabLayoutPDFMacro​(org.openqa.selenium.WebElement macro,
                                 org.openqa.selenium.WebElement tabs)
    • Method Detail

      • clickTab

        public void clickTab​(int index)
      • getActiveTab

        public int getActiveTab()
      • getTabHref

        public String getTabHref​(int index)
      • getTabName

        public String getTabName​(int index)
      • getText

        public String getText()
      • getHeight

        public String getHeight()
      • getWidth

        public String getWidth()
      • getTabs

        public List<org.openqa.selenium.WebElement> getTabs()
      • getTabsNames

        public List<String> getTabsNames()