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