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