Function

performTrackpadInput

Executes the trackpad gesture specified in the given [block].

trackpadInputClick

fun trackpadInputClick() {
    composeTestRule.onNodeWithTag("myComponent").performTrackpadInput {
        // Click in the middle of the node
        click(center)
    }
}