selectAll<Q extends Element> method

Future<UITestChainNode<U, List<Q>, T>> selectAll<Q extends Element>(
  1. String? selectors, {
  2. bool expected = false,
})

Implementation

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