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 Detail

      • CommandButton

        public CommandButton()
    • Method Detail

      • 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.