Hi,
I am trying out mobile testing using Katalon. My setup:
- Appium server running on my localhost in port 4723.
- Android device running as emulator.
My intention is to write the scripts in Katalon and run it on local Appium server. I set up the Katalon script execution to Remote with appropriate capabilities:
My script looks as below:
When I run the script, a BrowserNotOpenedException error occurred
[FAILED] - Unable to click on object ‘Object Repository/Calculator/Op_Delete’ (Root cause: com.kms.katalon.core.webui.exception.BrowserNotOpenedException: Browser is not opened
If I write the same script in an IDE, it does work. Just wondering if I miss anything here?

