get_url_value method

get_url_value

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

Returns

The field value as url.

def get_url_value(self):
    ...

See Also