---
title: swipeRight()
framework: xcuiautomation
role: symbol
role_heading: Instance Method
path: xcuiautomation/xcuielement/swiperight()
---

# swipeRight()

Sends a swipe-right gesture.

## Declaration

```swift
func swipeRight()
```

## See Also

### Performing gestures

- [swipeLeft()](xcuiautomation/xcuielement/swipeleft().md)
- [swipeLeft(velocity:)](xcuiautomation/xcuielement/swipeleft(velocity:).md)
- [swipeRight(velocity:)](xcuiautomation/xcuielement/swiperight(velocity:).md)
- [swipeUp()](xcuiautomation/xcuielement/swipeup().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)
