elementAs<O> method

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

Implementation

UITestChainNode<U, O, P> elementAs<O>() =>
    UITestChainNode(testChainRoot, element as O, parent);