Class Sidebar

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

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

    • Sidebar

      public Sidebar()
  • Method Details

    • getContent

      public org.openqa.selenium.WebElement getContent()
    • isVisible

      public boolean isVisible()
      Is the dialog currently visible.
      Returns:
      true if visible false if not
    • show

      public void show()
      Shows the dialog.
    • hide

      public void hide()
      Hides the dialog.