我想使用apk文件在不同的应用上执行自动脚本。
我正在使用Appium进行测试,并且不可能通过apk文件包装Appium,因为它正在通过创建套接字和驱动程序来工作。
您能否建议使用不同的工具来帮助我对我的应用执行操作,并最终构建一个可以在已安装的应用上执行自动脚本的apk文件?
很少有用户使用我的应用程序使用不同的设备,需要对不同的工具和应用程序执行多项操作,然后使用我的应用程序,我想使用我的应用程序简单地为我的用户。所以我想创建apk文件,执行他们在其他应用程序上执行的所有操作。
答案 0 :(得分:0)
Is not possible and is not normal to do that, otherwise there will be no problems to exploit the system by malware apps. Imagine the situation when a malware can run a automated script to install another malware or a advertising useless app =)
But... of course there are a few solutions)) You can run adb shell scripts, with root privileges even a restricted commands like " adb shell pm install".
In my opinion best approach is to make a responsive UI which will inform users about your intents to install apps or configure some internal things.