selectAll method

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

Implementation

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