@Telmo_Cardoso If I use driver.launchApp() ,I am getting error A session is either terminated or not started (WARNING: The server did not provide any stacktrace information) .
I also tried to restart session by creating new session with capabilities.setCapability(“noReset”, “True”);
capabilities.setCapability(“fullReset”, false);
But home page of my app is launching .Actually I wanted to go to the contact page from where I clicked the external link.