Hello,
I am running a Mac with Appium Studio installed using package Appium-1-5.0.dmg. Appium works correctly with our existing scripts written in Java using Eclipse as the IDE. We are investigating moving to Katalon Studio. I have created a new script and tried to record the script on the Andriod device using the APIDemos.apk file. I have configured my preferences/mobile to /Applications/Appium.app/Contents/MacOS. When I click Browse I see the Appium executable.
When I click start recording I receive the message
Is Katalon compatible with Appium Studio? We want to use studio versus the commands if possible.
The Appium location that Katalon Studio requires is a bit weird because it’s not the executable, but rather a library directory. For example, on my Mac it would be:
The directory I’m pointing to has these files in it, so if you can find something like that in your Appium Studio install, then you should be able to point to that:
Thank you for the screenshot of the directory. Using Appium Studio build Appium-1.5.0 I was able to find the directory for Appium. Here is the path on my system /Applications/Appium.app/Contents/Resources/app/node_modules/appium
I hope this helps others who may have the same issue.