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

# help

A constant that represents the Help key.

## Declaration

```swift
static let help: 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)
- [pageDown](xcuiautomation/xcuikeyboardkey/pagedown.md)
