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