Contents

swipeDown(withVelocity:)

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

Declaration

@MainActor @nonobjc @preconcurrency func swipeDown(withVelocity velocity: XCUIGestureVelocity)

Parameters

  • velocity:

    The speed at which to perform the swipe-down gesture, expressed in pixels per second.

See Also

Deprecated methods