query_selector_all method

query_selector_all

Returns all element descendants of node that match selectors.

Returns

Returns the static result of running scope-match a selectors string selectors against the context object.

def query_selector_all(self, selectors):
    ...
ParameterTypeDescription
selectorsstrThe selectors.

See Also