selectExpected method

Future<UITestChainNode<U, Element, T>> selectExpected(
  1. String? selectors
)

Implementation

Future<UITestChainNode<U, Element, T>> selectExpected(String? selectors) =>
    thenChain((o) => o.selectExpected(selectors));