get_password_value method

get_password_value

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

Returns

The password.

def get_password_value(self):
    ...

See Also