How to switch to a different android device in the middle of test

Hi,

We need to perform below operation as part of Android automation testing using Katalon.

  1. Create Driver for Device 1
  2. Launch App 1
  3. Perform automation on App 1
  4. Create Driver for Device 2
  5. Launch App 2

Note: We want to automate a test which uses first device & app at start. Then in the middle of test, we need to switch to a different mobile device and perform automation on app on that device.

Is this possible using Katalon?

Thank you.