I'm trying to automate a swipe input that goes from x1,y1 to x2,y2 quickly and then at the final position holds on to the screen for 5 seconds before releasing...
How can this be done in Python using ADB?
I tried this but it just slowly swipes for 5 seconds, instead of swiping fast to the endpoint and then HOLDS the swipe for 5 seconds...
device.shell('input touchscreen swipe 540 1000 540 1700 5000')