---
title: pageDown
framework: xcuiautomation
role: symbol
role_heading: Type Property
path: xcuiautomation/xcuikeyboardkey/pagedown
---

# pageDown

A constant that represents the Page Down key.

## Declaration

```swift
static let pageDown: XCUIKeyboardKey
```

## See Also

### Navigation keys

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