selectAll method
Alias to Element.querySelectorAll or UIComponent.querySelectorAll.
Implementation
UITestChainNode<U, List<Element>, T> selectAll(
String? selectors, {
bool expected = false,
}) => querySelectorAllNonTyped(selectors, expected: expected);