Class CommandButton

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

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

    • CommandButton

      public CommandButton()
  • Method Details

    • click

      public void click()
    • clickUnguarded

      public void clickUnguarded()
      #8840 Some scenario's with ajax="false" like in a download you may not want to guard the click.