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

# swipeUp(velocity:)

Sends a swipe-up gesture with a velocity you specify.

## Declaration

```swift
func swipeUp(velocity: XCUIGestureVelocity)
```

## Parameters

- `velocity`: The speed at which to perform the swipe-up gesture, in pixels per second.

## 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()](xcuiautomation/xcuicoordinate/swipeup().md)
- [swipeDown()](xcuiautomation/xcuicoordinate/swipedown().md)
- [swipeDown(velocity:)](xcuiautomation/xcuicoordinate/swipedown(velocity:).md)
