Search code examples
selenium-chromedriverkatalon-studiokatalon

How do I Update ChromeDriver for Katalon Local Agent


I need to update the ChromeDriver that my Katalon Local Agent uses.
(Katalon Local Agent is running on a Windows 10 VM.)

I would like to configure Katalon Agent to do it automatically.

But I would settle on a way to update it manually.


Solution

  • It took about a month going back and forth with Katalon Support, but I finally have an answer...

    Manually (Windows):

    • When running Katalon Agent as a User, Browser Agents can be found here: C:\Users\USER\.katalon\#.#.#\Katalon_Studio_Engine_Windows_##-#.#.#\configuration\resources\drivers\
    • When running Katalon Agent as a Service, Browser Agents can be found here: C:\Windows\System32\config\systemprofile\.katalon\#.#.#\Katalon_Studio_Engine_Windows_##-#.#.#\configuration\resources\drivers\


    Automatically (TestOps):

    When creating a Test Run Type, the Type as to be "Katalon Command". Then you can add --config -webui.autoUpdateDrivers=true to the Katalon Command.