I am working on an android app, which has two user flows. Let's call them flow A and B !! Now, flow B is dependent on flow A, means flow B can only be performed after flow A. And, if user performs flow A and then kills the app, he/she won't be able to perform flow B (unless he/she performs flow A again)
What my requirement is - user manually perform flow A, then plugs in the device to the usb port and then my automation script should perform flow B in the same or current device session.
Most of mobile automation tools like Appium runs their own sessions on their servers, so to perform flow A manually and then to perform flow B automatically seems infeasible in this case.
So, is there any other mobile automation tool or any way through which I can achieve above scenario ?? Any help is much appreciated :)