How to convert code of katalone studio to java eclipse

How to convert code of katalone studio to java eclipse Because i need use the code in slenium and appium

Any help >>> now way

Hi,

Try to import the jar files located here

C:\Katalon_folder\plugins

i did
1- in build path of project >> i choose all jars from plug in
2- then i copy the script into java class

Just an FYI, while katalon promotes the use of Groovy syntax, you can totally implement all of your keywords and scripts in Java anyway. That’s what I do :wink:

Thanks for ur reply , can u explain to me how to convert from groovy to java , is there any tool ?

I doubt there’s any tool to do this. It looks like IntelliJ IDEA might be able to assist you, but if your code is already written in Groovy, you will probably need to do the conversion yourself.