Function

performGesture

Executes the (partial) gesture specified in the given [block].

gestureClick

@Suppress("DEPRECATION")
fun gestureClick() {
    composeTestRule.onNodeWithTag("myComponent").performGesture { click() }
}