Hello!
Is there a way in Appium to perform a continuous swipe or drag gesture that updates live as new coordinates come in, for example, for drawing in real-time?
I’ve tried chaining a series of short swipe calls, but the latency between actions is too high.
Ideally, I’d like something that can stream touch input (low-latency, continuous movement) as the new coordinates are provided.
Thank you in advance!
You should look at W3C actions API:
1 Like