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.
It took about a month going back and forth with Katalon Support, but I finally have an answer...
Manually (Windows):
C:\Users\USER\.katalon\#.#.#\Katalon_Studio_Engine_Windows_##-#.#.#\configuration\resources\drivers\
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.