I know that some similar questions have already been asked, but I think they are asking to simulate a touch in their own applications, however I want to create an agent that can "use" any application.
So, what I want to achieve, I need to take as a series of inputs (touch: {x1, y1}, {x2, y2}, etc.) and manage any application (for example, Facebook) as if it were a real user touched this coordinate.
Is there any example or method for this? Or an existing question about this?
Thanks for any help!
Edit: I believe the solution, if one exists, is probably PC related. either connect my real Android device to a computer, or use an Android virtual device. However, virtual devices do not support Google Play, and I need to use some applications from Google Play.
source share