---
title: swipeUp()
framework: xcuiautomation
role: symbol
role_heading: Instance Method
path: xcuiautomation/xcuicoordinate/swipeup()
---

# swipeUp()

Sends a swipe-up gesture.

## Declaration

```swift
func swipeUp()
```

## See Also

### Performing gestures

- [swipeLeft()](xcuiautomation/xcuicoordinate/swipeleft().md)
- [swipeLeft(velocity:)](xcuiautomation/xcuicoordinate/swipeleft(velocity:).md)
- [swipeRight()](xcuiautomation/xcuicoordinate/swiperight().md)
- [swipeRight(velocity:)](xcuiautomation/xcuicoordinate/swiperight(velocity:).md)
- [swipeUp(velocity:)](xcuiautomation/xcuicoordinate/swipeup(velocity:).md)
- [swipeDown()](xcuiautomation/xcuicoordinate/swipedown().md)
- [swipeDown(velocity:)](xcuiautomation/xcuicoordinate/swipedown(velocity:).md)
