Class InputMask
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
Component wrapper for the PrimeFaces
p:inputMask.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClient side widget method to get the current value.Client side widget method to get the unmasked value.voidsetValue(Serializable value) voidsetWidgetValue(Serializable value) Client side widget method to set the current value.Methods inherited from class org.primefaces.selenium.component.base.AbstractInputComponent
clear, copyToClipboard, disable, enable, focus, getAssignedLabel, getAssignedLabelText, getInput, isEnabled, isOnchangeAjaxified, pasteFromClipboard, selectAllTextMethods inherited from class org.primefaces.selenium.component.base.AbstractComponent
destroy, getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxifiedMethods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openqa.selenium.TakesScreenshot
getScreenshotAsMethods inherited from interface org.openqa.selenium.WebElement
click, findElement, findElements, getAccessibleName, getAriaRole, getAttribute, getCssValue, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, getText, isDisplayed, isSelected, sendKeys, submit
-
Constructor Details
-
InputMask
public InputMask()
-
-
Method Details
-
setValue
-
setWidgetValue
Client side widget method to set the current value.- Parameters:
value- the value to set the input to
-
getWidgetValue
Client side widget method to get the current value.- Returns:
- the current value
-
getWidgetValueUnmasked
Client side widget method to get the unmasked value.- Returns:
- the unmasked value
- Since:
- 9.0
-