WebDriver is not recognized in Katalon when using own instance

Not sure if this is bug or feature request, but it is pretty annoying. Let me explain my use case.

Use case
I want to use my own instance of WebDriver. The code:

public static void createChromeDriver() {
	// boring lines of code here, not important
	WebDriver driver = new ChromeDriver(options)
	DriverFactory.changeWebDriver(driver)
}

Problem
I am not able to see the WebDriver instance in a list of opened instances
20190514-155951

This is quite annoying as I cannot reuse already opened instance as I can if I create WebDriver using WebUI.openBrowser(). Is there any workaround for this?

I’d say it’s a bug. Menu should refresh - not as if it’s difficult. And the IDE is a host through which you start and stop things, if it doesn’t “know” it should at least make every attempt to “find out”.

Right @devalex88 ? (who seems to be on vacation at the moment).