A Python-based tool that leverages the ADB to record and replay touch gestures on Android devices.
Important
The file /actions/action_private_key.json
contains sensitive information (payment password) and has been included in the .gitignore
.
If you wish to use this program, you can record your own screen actions and generate your own actions_sendpocket_5_passwd&send.json
file.
The following files in this repository include code or concepts from RaphaelScriptHelper by hanmin0822, used under the Apache-2.0 License:
ADBHelper.py
RaphaelScriptHelper.py
ActionPlayer.py
ActionRecorder.py
settings.py
MIT License.
However, it includes portions of code from RaphaelScriptHelper, which is licensed under the Apache-2.0 License.