Need help with Ionic Cordova testing

I am testing a hybrid app that is built using Ionic and Cordova. How do I switch to webview in Katalon. Also, is there a way to instantiate a java driver and interact with Appium directly through Katalon.

Hi Michael,

There is a keyword called ‘Switch to Web View’ and you can use to switch to your webview in Katalon Studio.
For other question, I think you want to retrieve Appium driver from the executed session, right?

I see, I just needed to use WebUI keywords after switching to webview. And yes, It would make more sense to get the driver that’s created by Katalon.