querySelectorAll method
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.
Implementation
external NodeList querySelectorAll(String selectors);