I am creating an automation application in which I have to store screenshots of the home page of other applications in real time.
I have the following task statement.
Suppose I have application A and application B. I want my application A to periodically open application B every day at a specified time and detect a screenshot and close this application, and on average when loading screenshots in application A (or on some either server and access to the application A) and create a wise day of recording.
Can you help me in the automation process without using a button?
Key Challenges
- Scroll from the action in Appendix A to open Appendix B without clicking a button (for example, a scheduler).
- Taking screenshots at the same time and fetching from the gallery and uploading it to the server.
- Close this application and return the control to application A as soon as the photos are uploaded to the server.
android
Rohit Mishra Dec 21 '16 at 7:44 2016-12-21 07:44
source share