set_html_tags method

set_html_tags

List of html tags to check If the tags are not specified explicitly, then the tags array is empty and the check passes through all

Returns

set tags and init in settings.

def set_html_tags(self, tags):
    ...
ParameterTypeDescription
tagslistlist of html tag - where value is a string description of the tag

See Also