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 PrimeFaces p:password.
  • Constructor Details

    • Password

      public Password()
  • Method Details

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