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