selectFirstWhere<O extends Element> method
Implementation
Future<UITestChainNode<U, O?, T>> selectFirstWhere<O extends Element>(
String? selectors, bool Function(Element element) test,
{bool expected = false}) =>
thenChain((o) => o.selectFirstWhere<O>(selectors, test,
expected: expected) as UITestChainNode<U, O?, T>);