I'm trying to make a script to play a game called "Words of Wonder" which involves swiping through letters on the screen to fill a crossword.
i tried
adb shell "input touchscreen swipe x1 y1 x2 y2 & input command touchscreen swipe x2 y2 x3 y3"
but it resulted two swipes instead of one continuous swipe