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