---
title: "performTextInput"
description: "Sends the given text to this node in similar way to IME."
type: "function"
---

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


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


```kotlin
fun SemanticsNodeInteraction.performTextInput(text: String)
```


Sends the given text to this node in similar way to IME.

#### Parameters

| | |
| --- | --- |
| text | Text to send. |




