---
title: XCUIDeviceHandGesture
framework: xcuiautomation
role: symbol
role_heading: Enumeration
path: xcuiautomation/xcuidevicehandgesture
---

# XCUIDeviceHandGesture

A hand gesture on a watchOS device.

## Declaration

```swift
enum XCUIDeviceHandGesture
```

## Topics

### Hand gestures

- [XCUIDeviceHandGesture.doubleTap](xcuiautomation/xcuidevicehandgesture/doubletap.md)

### Enumeration Cases

- [XCUIDeviceHandGesture.flick](xcuiautomation/xcuidevicehandgesture/flick.md)

### Initializers

- [init(rawValue:)](xcuiautomation/xcuidevicehandgesture/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Performing gestures

- [perform(handGesture:)](xcuiautomation/xcuidevice/perform(handgesture:).md)
