---
title: rightArrow
framework: xcuiautomation
role: symbol
role_heading: Type Property
path: xcuiautomation/xcuikeyboardkey/rightarrow
---

# rightArrow

A constant that represents the Right Arrow key.

## Declaration

```swift
static let rightArrow: XCUIKeyboardKey
```

## See Also

### Navigation keys

- [upArrow](xcuiautomation/xcuikeyboardkey/uparrow.md)
- [downArrow](xcuiautomation/xcuikeyboardkey/downarrow.md)
- [leftArrow](xcuiautomation/xcuikeyboardkey/leftarrow.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)
