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