swipeDown(velocity:)
Sends a swipe-down gesture with a velocity you specify.
Declaration
func swipeDown(velocity: XCUIGestureVelocity)Parameters
- velocity:
The speed at which to perform the swipe-down gesture, expressed in pixels per second.
Sends a swipe-down gesture with a velocity you specify.
func swipeDown(velocity: XCUIGestureVelocity)The speed at which to perform the swipe-down gesture, expressed in pixels per second.