swipeRight(withVelocity:)
Sends a swipe-right gesture with a velocity you specify.
Declaration
@MainActor @nonobjc @preconcurrency func swipeRight(withVelocity velocity: XCUIGestureVelocity)Parameters
- velocity:
The speed at which to perform the swipe-right gesture, expressed in pixels per second.