Selenium WebDriver to Katalon

Hello I was wondering if there was an easy to covert WebDriver into Katalon. I see lots of tutorials for Selenium IDE to Katalon but not Selenium WebDriver to Katalon.

Thanks

Hi Lawrence,

actually, you can use WebDriver’s methods directly in Katalon. Katalon is only a wrapper of WebDriver which is adding user-friendly interface and its own keywords (they are based on WebDriver’s methods though).

If you use WebDriver in Java, it should be very easy to move your code to Katalon. Just giver it a try, create an instance of WebDriver in Katalon as usual and see that you can use all its capabilities.