Brandon Dudek
Brandon Dudek

Reputation: 887

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.

Upvotes: 0

Views: 4550

Answers (3)

prasanth
prasanth

Reputation: 1

You can update ChromeDriver by Katalon Studio. From main Tool bar Tools -> Update WebDrivers -> DropDownList

Upvotes: 0

Brandon Dudek
Brandon Dudek

Reputation: 887

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.

Upvotes: 1

kazurayam
kazurayam

Reputation: 11

You can update ChromeDriver by Katalon Studio GUI. From the main toolbar, select Tools > Update WebDrivers, then select a browser in the drop-down list.

See also

https://docs.katalon.com/katalon-studio/docs/handle-webdrivers.html

From the main toolbar, select Tools > Update WebDrivers > select a browser in the drop-down list.

Upvotes: 0

Related Questions