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

# swipeDown(velocity:)

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

## Declaration

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

## Parameters

- `velocity`: The speed at which to perform the swipe-down 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)
- [swipeUp(velocity:)](xcuiautomation/xcuicoordinate/swipeup(velocity:).md)
- [swipeDown()](xcuiautomation/xcuicoordinate/swipedown().md)
