selectAll method

List<Element> selectAll(
  1. String selectors
)

Alias to querySelectorAll.

Implementation

List<Element> selectAll(String selectors) =>
    querySelectorAllNonTyped(selectors);