get_email_value method

get_email_value

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

Returns

The email.

def get_email_value(self):
    ...

See Also