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