Browser Bot template fails due to an outdated chromedriver that selenium needs?

The error message when executing a browser bot shows the following error:

[INFO] 2020-04-03 16:06:47 - - Using the driver: C:\tools\RPA\.\Jidoka-workspace\5e86500ae4b091b8fc7babb7\.\chromeWebDriver\chromedriver.exe
[DEBUG] 2020-04-03 16:06:47 - - Using default module Chrome options
...

Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 78

Jidoka appears to load a specific "chromedriver.exe" file to the local host system. 

How do we update the Chrome Driver used as it is currently on 80.x and appears to be controlled by the agent?

More importantly, as Chrome versions continue to update, how do we insulate from the automatic upgrades that are synonymous with Chrome?

  Discussion posts and replies are publicly visible