elementAs<O> method

Future<UITestChainNode<U, O, P>> elementAs<O>()

Implementation

Future<UITestChainNode<U, O, P>> elementAs<O>() =>
    thenChain((o) => o.elementAs<O>());