Is there any possibility to switch from one application to another application at run time using Appium.
Thanks
You can use:
driver.startActivity(settingsAppPackageName, settingsAppActivityName);
to invoke another app withing the same code.