I'm trying to run fast input tap commands one after another, but they run with 1 second between them. I'm wondering if there is an option to run them faster.
input is a java application and the "delay" you're seeing depends on how long it takes for your device to start a new java app. 1s is typical for older devices.
input
You can not do much about it if you want to keep using input. The alternatives to that would be either using sendevent command or modifying input to accept series of coordinates for sending the whole gesture at once.
sendevent
2.1m questions
2.1m answers
60 comments
57.0k users