Class ConfirmDialog

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

public abstract class ConfirmDialog extends Dialog
Component wrapper for the PrimeFaces p:confirmDialog.
  • Constructor Details

    • ConfirmDialog

      public ConfirmDialog()
  • Method Details

    • getMessage

      public org.openqa.selenium.WebElement getMessage()
    • getIcon

      public org.openqa.selenium.WebElement getIcon()
    • getYesButton

      public CommandButton getYesButton()
    • getNoButton

      public CommandButton getNoButton()