I have a native app and I would like to debug a specific page. Problem is that each time I am running my code (the webdriver)my app is being open from scratch(from splash screen) and then I need to wait for the whole process to get this page in order to debug it. I am using Appium and c# -selenium for an Android app.