Function

performClick

Performs a click action on the element represented by the given semantics node.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

performClick

Common
fun SemanticsNodeInteraction.performClick(): SemanticsNodeInteraction

Performs a click action on the element represented by the given semantics node. Depending on the platform this may be implemented by a touch click (tap), a mouse click, or another more appropriate method for that platform.

Returns

The SemanticsNodeInteraction that is the receiver of this method