querySelectorAll<Q extends Element> method
Implementation
Future<UITestChainNode<U, List<Q>, T>> querySelectorAll<Q extends Element>(
String? selectors,
{bool expected = false}) =>
thenChain((o) => o.querySelectorAll<Q>(selectors, expected: expected));