---
title: downArrow
framework: xcuiautomation
role: symbol
role_heading: Type Property
path: xcuiautomation/xcuikeyboardkey/downarrow
---

# downArrow

A constant that represents the Down Arrow key.

## Declaration

```swift
static let downArrow: XCUIKeyboardKey
```

## See Also

### Navigation keys

- [upArrow](xcuiautomation/xcuikeyboardkey/uparrow.md)
- [leftArrow](xcuiautomation/xcuikeyboardkey/leftarrow.md)
- [rightArrow](xcuiautomation/xcuikeyboardkey/rightarrow.md)
- [home](xcuiautomation/xcuikeyboardkey/home.md)
- [end](xcuiautomation/xcuikeyboardkey/end.md)
- [pageUp](xcuiautomation/xcuikeyboardkey/pageup.md)
- [pageDown](xcuiautomation/xcuikeyboardkey/pagedown.md)
- [help](xcuiautomation/xcuikeyboardkey/help.md)
