Start new Application or Activity on exist driver

I have a mobile testing. This is step

  1. Start app Setting
    (Using :AppiumDriverManager.createMobileDriver(MobileDriverType.ANDROID_DRIVER , cap, new URL(“http://localhost:4723/wd/hub”)):wink:
  2. Action for this app
  3. Open new application (Example: Phone)

I have a question:
How can i start application (Phone) base on exist driver which was create from Setting app?

I read more info, I know AndroidDriver of appium can start activity. But I don’t know how to get AndroidDriver in Katalon.

Hi @giaduy218,

Check out these posts on starting multiple applications to see if it helps:

– Chris

1 Like