🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

performTrackpadInput

Executes the trackpad gesture specified in the given block.

trackpadInputClick

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