querySelectorAll

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

The Document method querySelectorAll() returns a static (not live) NodeList representing a list of the document's elements that match the specified group of selectors.

MDN Reference