JakeWharton / adb-event-mirror

Mirror the touch/key/button events of one device onto one or more other devices in real-time
Apache License 2.0
885 stars 43 forks source link

Record events for replaying them later #20

Open saket opened 4 years ago

saket commented 4 years ago

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 4 years ago

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.