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

# swipeUp()

Sends a swipe-up gesture.

## Declaration

```swift
func swipeUp()
```

## See Also

### Performing gestures

- [swipeLeft()](xcuiautomation/xcuielement/swipeleft().md)
- [swipeLeft(velocity:)](xcuiautomation/xcuielement/swipeleft(velocity:).md)
- [swipeRight()](xcuiautomation/xcuielement/swiperight().md)
- [swipeRight(velocity:)](xcuiautomation/xcuielement/swiperight(velocity:).md)
- [swipeUp(velocity:)](xcuiautomation/xcuielement/swipeup(velocity:).md)
- [swipeDown()](xcuiautomation/xcuielement/swipedown().md)
- [swipeDown(velocity:)](xcuiautomation/xcuielement/swipedown(velocity:).md)
- [pinch(withScale:velocity:)](xcuiautomation/xcuielement/pinch(withscale:velocity:).md)
- [rotate(_:withVelocity:)](xcuiautomation/xcuielement/rotate(_:withvelocity:).md)
- [XCUIGestureVelocity](xcuiautomation/xcuigesturevelocity.md)
