I am using Appium's java-client 3.2.0 API
; and would like to perform a "flick" gesture. I am guessing I need to use the swipe()
method for this. My questions are
- What value should I use as the duration so that the swipe is "fast" enough to be considered as a flick gesture?
- Does the distance between
start
andend
point matter?