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