<h2 id="performimeaction">performImeAction</h2>

<div class='sourceset sourceset-common'>Common</div>

```kotlin
fun SemanticsNodeInteraction.performImeAction()
```

Sends to this node the IME action associated with it in a similar way to the IME.

The node needs to define its IME action in semantics via
[SemanticsPropertyReceiver.onImeAction](/jetpack-compose/androidx.compose.ui/ui/functions/onImeAction).