Reputation: 2897
How can I record the operations on iOS, such as touch, move, select, when they happened, the time, the position of action, the action type will be recorded.And then the record can be replay, the actions would be triggered sequencly . Thank you very much!
Upvotes: 0
Views: 4142
Reputation: 2453
I would suggest you this GestureRecognizer:
This three action can be done using via AVFoundation framework
or
A another way to this is SIKULI tool. You can automate the demo work flows easily http://www.sikuli.org/download.html
Upvotes: 1