selectNode

open override fun selectNode(matcher: TestNodeMatcher): TestNodeSelection

Finds a test node that matches the given condition.

The result is a lazy representation of the matching node which can then be evaluated on-demand. For usage patterns and concepts, see TestNodeSelection