Class InputMask

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

    public abstract class InputMask
    extends InputText
    Component wrapper for the PrimeFaces p:inputMask.
    • Constructor Detail

      • InputMask

        public InputMask()
    • Method Detail

      • setWidgetValue

        public void setWidgetValue​(Serializable value)
        Client side widget method to set the current value.
        Parameters:
        value - the value to set the input to
      • getWidgetValue

        public String getWidgetValue()
        Client side widget method to get the current value.
        Returns:
        the current value
      • getWidgetValueUnmasked

        public String getWidgetValueUnmasked()
        Client side widget method to get the unmasked value.
        Returns:
        the unmasked value
        Since:
        9.0