Running Chrome from Katalon (Linux)

Have a look at this post:

In your test case, you stop calling WebUI.openBrowser(). And you do the following:

System.setProperty("webdriver.chrome.driver", "/usr/bin/google-chrome")WebDriver driver = new ChromeDriver();// the magic lineDriverFactory.changeWebDriver(driver)WebUI.navigateToUrl('www.katalon.com')