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