Class TabView

All Implemented Interfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public abstract class TabView extends AbstractComponent
Component wrapper for the PrimeFaces p:tabView.
  • Constructor Details

    • TabView

      public TabView()
  • Method Details

    • getTabs

      public List<Tab> getTabs()
    • toggleTab

      public void toggleTab(int index)
      Toggle the tab denoted by the specified index.
      Parameters:
      index - the index of the tab to expand
    • getSelectedTab

      public Tab getSelectedTab()
      Provides the selected TabView tab.
      Returns:
      the selected tab