Class Dialog

  • All Implemented Interfaces:
    org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement
    Direct Known Subclasses:
    ConfirmDialog

    public abstract class Dialog
    extends AbstractComponent
    Component wrapper for the PrimeFaces p:dialog.
    • Constructor Detail

      • Dialog

        public Dialog()
    • Method Detail

      • getContent

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

        public String getTitle()
      • 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.