Class Password
-
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
public abstract class Password extends InputText
Component wrapper for the PrimeFacesp:password.
-
-
Constructor Summary
Constructors Constructor Description Password()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementgetFeedbackPanel()Gets the Feedback panel showing password strength.voidhideFeedback()Hides the panel with the password strength indicator.voidshowFeedback()Brings up the panel with the password strength indicator.-
Methods inherited from class org.primefaces.selenium.component.base.AbstractInputComponent
clear, copyToClipboard, disable, enable, getAssignedLabel, getAssignedLabelText, getInput, isEnabled, isOnchangeAjaxified, pasteFromClipboard, selectAllText
-
Methods inherited from class org.primefaces.selenium.component.base.AbstractComponent
destroy, getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxified
-
Methods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriver
-
-
-
-
Method Detail
-
getFeedbackPanel
public org.openqa.selenium.WebElement getFeedbackPanel()
Gets the Feedback panel showing password strength.- Returns:
- the feedback panel
-
showFeedback
public void showFeedback()
Brings up the panel with the password strength indicator.
-
hideFeedback
public void hideFeedback()
Hides the panel with the password strength indicator.
-
-