---
title: allElementsBoundByAccessibilityElement
framework: xcuiautomation
role: symbol
role_heading: Instance Property
path: xcuiautomation/xcuielementquery/allelementsboundbyaccessibilityelement
---

# allElementsBoundByAccessibilityElement

Immediately evaluates the query and returns an array of elements bound to the resulting accessibility elements.

## Declaration

```swift
var allElementsBoundByAccessibilityElement: [XCUIElement] { get }
```

## See Also

### Accessing matched elements

- [allElementsBoundByIndex](xcuiautomation/xcuielementquery/allelementsboundbyindex.md)
- [count](xcuiautomation/xcuielementquery/count.md)
- [element](xcuiautomation/xcuielementquery/element.md)
- [element(boundBy:)](xcuiautomation/xcuielementquery/element(boundby:).md)
- [element(matching:)](xcuiautomation/xcuielementquery/element(matching:).md)
- [element(matching:identifier:)](xcuiautomation/xcuielementquery/element(matching:identifier:).md)
- [subscript(_:)](xcuiautomation/xcuielementquery/subscript(_:).md)
- [element(at:)](xcuiautomation/xcuielementquery/element(at:).md)
