I’m testing an app where the launch activity is quickly transitioned (~3 seconds) to another activity depending on some server calls and responses. Ideally, I would want Appium to do the following:
- Launch the app.
- Pause the app activity
- Verify the launch activity page.
- Resume the app activity
- Verify the next page the app goes to.
I haven’t found a way to do this and would like some help/guidance on this.