DriverFactory.changeWebDriver() method --- is it internal method or public one?

I think com.kms.katalon.core.webui.driver.DriverFactory#changeWebDriver(WebDriver) method is an important one. It is refered in some official documents :

On the other hand, the official API doc does not show the changeWebDriver method:
https://api-docs.katalon.com/com/kms/katalon/core/webui/driver/DriverFactory.html
this page does not show changeWebDriver method.

This inconsitency worries me. Is the changeWebDriver method an Katalon-internal one which is designed for the Katalon Team internal use only?

3 Likes

It is a good catch ^^.

Well, IMO it should be public method. The additional value of the method is huge - at least for me - it helps to connect Katalon and WebDriver pretty tightly.

2 Likes