Is there any possibility to convert the groovy script to traditional selenium java?
1 Like
Do you mean, you want to convert so called “Test Case” script in a Katalon project into a code that does NOT use the com.kms.katalon.core.webui
package at all but does the same test processing?
As far as I know, there is no such converter software.
I want to hear from you why you want it.
1 Like
If you are going to another application then I guess you need to convert, however, if you are going to continue with KS, how about doing an experiment? Copy one of your objects to Selenium and then change both of your objects pathway so the pathway is no good, like //input[@class="sugan.raja"]
.
Then run your test script and see which of your objects “survives”. Just try it and see what you think?
1 Like