---
title: "performClick"
description: "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."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
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 |




