---
title: children
framework: xcuiautomation
role: symbol
role_heading: Instance Property
path: xcuiautomation/xcuielementsnapshot/children
---

# children

An array of descendant user interface element snapshots.

## Declaration

```swift
var children: [any XCUIElementSnapshot] { get }
```

## See Also

### Inspecting attributes

- [dictionaryRepresentation](xcuiautomation/xcuielementsnapshot/dictionaryrepresentation.md)
