Returns a list of the given parent's descendants matching the given selector. The list will also include the parent element if it matches the selector itself.
The parent element for the search.
The CSS selector to match.
A list of all matching elements.