APPIUM IOS - Switch between 2 APP

Hi, I make automation for IOS using APPIUM,

When i start the test i load the APP using Capabilities and then while running the test i need to switch to other APP to check something and then return to the first APP,

how do i do it ?

Do i need to create new Capabilities with new driver for the second APP then load it ?

Thanks !

Yes you will need to create the new capabilities in case of iOS

Thanks ! I will do it :slight_smile:

Thanks for the example, i will use it. :slight_smile: