querySelectorAll

open fun <T : Element> querySelectorAll(selectors: TagName<T>): NodeList<T>(source)

Returns all element descendants of node that match selectors.

MDN Reference