Hi I’m trying to setup Katalon Studio Free on my Mac to test an android app but I have the following error when I try to start the mobile recorder.
When I run Appium in terminal, it is running as below
[Appium] Welcome to Appium v2.11.3 (REV deac4e0932eb3031656cdcbe12f0a7be2cacb69f)
[Appium] The APPIUM_HOME environment variable: /Users/yemyataung/.nvm/versions/node/v22.8.0/lib/node_modules/appium
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723
[Appium] You can provide the following URLs in your client code to connect to this server:
http://127.0.0.1:4723/ (only accessible from the same host)
http://192.168.33.253:4723/
[Appium] No drivers have been installed in /Users/yemyataung/.nvm/versions/node/v22.8.0/lib/node_modules/appium. Use the "appium driver" command to install the one(s) you want to use.
[Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
Any ideas how to fix this?