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