com.vaadin.flow.component.textfield.testbench.

Class PasswordFieldElement

    • Constructor Detail

      • PasswordFieldElement

        public PasswordFieldElement()
    • Method Detail

      • isPasswordVisible

        public boolean isPasswordVisible()

        Checks whether the password is shown in clear text or is hidden from view.

        Returns:

        true if the password is shown in clear text, false if it is hidden from view

      • setPasswordVisible

        public void setPasswordVisible(boolean passwordVisible)

        Sets whether the password should be shown in clear text or be hidden from view.

        Parameters:

        passwordVisible - true to show the password in clear text, false to hide the passwors from view