get_elements_by_tag_name method

get_elements_by_tag_name

Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.

Returns

Returns nodes.

def get_elements_by_tag_name(self, tagname):
    ...
ParameterTypeDescription
tagnamestrThe tagname.

See Also