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