Returns a list of a root element's descendants matching the given selector.
root
If the root element itself matches the selector, it is also included in the returned list.
The root element for the search.
The CSS selector to match.
A list of all matching elements.