query_selector_all method

query_selector_all

Returns a NodeList of all the Elements in document, which match selector

Returns

HTMLCollection

def query_selector_all(self, selector):
    ...
ParameterTypeDescription
selectorstrThe selector

See Also