gestureClick
@Suppress("DEPRECATION")
fun gestureClick() {
composeTestRule.onNodeWithTag("myComponent").performGesture { click() }
}Executes the (partial) gesture specified in the given block.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Suppress("DEPRECATION")
fun gestureClick() {
composeTestRule.onNodeWithTag("myComponent").performGesture { click() }
}Last updated: