set_password_value method

set_password_value

This method is used to set password string as a value for input element. This method is valid if only the type of the input element is “password”

def set_password_value(self, value):
    ...
ParameterTypeDescription
valuestrThe password.

See Also