If I click on Contact Us
link in my application, mail client will open. I don’t have back button to come back to my app.
I can navigate back in android using
((AndroidDriver) driver).pressKeyCode(AndroidKeyCode.BACK);
Is there any similar way in iOS to navigate back?