---
title: "onChildAt"
description: "Returns child of this node at the given index.

This is just a shortcut for \"children[index]\"."
type: "function"
---

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


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


```kotlin
@CheckResult
fun SemanticsNodeInteraction.onChildAt(index: Int): SemanticsNodeInteraction
```


Returns child of this node at the given index.

This is just a shortcut for "children`index`".



