I'm using adb
Shell input to emulating touchscreen interaction,
Working on Windows 8 with adb command line service.
For one long touch (not tap!) I'm using this command:
adb shell input swipe x1 y1 x1 y1 t
How can I emulate simultaneous 2 long taps from command line?
Thanks!