Gesture.Flick Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Flick(Point, Int32, UITestGestureDirection, Int32) | Perform a flick gesture which is associated with quickly moving your finger in the direction you want resulting in a rapid scroll. | |
Flick(Point, Int32, Double, Int32) | Perform a flick gesture which is associated with quickly moving your finger in the direction you want resulting in a rapid scroll. | |
Flick(UITestControl, Point, Int32, UITestGestureDirection, Int32) | Perform a flick gesture which is associated with quickly moving your finger in the direction you want resulting in a rapid scroll. | |
Flick(UITestControl, Point, Int32, Double, Int32) | Perform a flick gesture which is associated with quickly moving your finger in the direction you want resulting in a rapid scroll. |
Top