Class CommandLink

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

    public abstract class CommandLink
    extends Link
    Component wrapper for the PrimeFaces p:commandLink.
    • Constructor Detail

      • CommandLink

        public CommandLink()
    • Method Detail

      • click

        public void click()
        Specified by:
        click in interface org.openqa.selenium.WebElement
        Overrides:
        click in class Link
      • clickUnguarded

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