Record events for replaying them later
saket opened this issue · 1 comments
saket commented
Being able to record touch events for replaying them later would be great for situations when the same device needs to be used. Not sure if it's actually possible to do this in the current setup.
JakeWharton commented
Right now you can do this but there's no support for delay between events. So if you waited 1s after pressing enter before clicking something on the next screen those events will happen with no delay between them.
This might be a second script where it records events with time offsets and then replays them waiting the appropriate time.